|
@@ -101,7 +101,7 @@ public interface CovidVaccinateAppointmentDao {
|
|
|
* @return 对应的数据
|
|
|
*/
|
|
|
@Select("select *,(b.date) date,(b.value) value,(b.id) id from t_covid_vaccinate_factory a left join t_covid_vaccinate_threshold_new b on " +
|
|
|
- "(a.code = b.code and date = convert(char(10),getdate(),120)) where vaccinate_id=#{id}")
|
|
|
+ "(a.code = b.code and date = convert(char(10),getdate(),120)) where vaccinate_id=#{id}")
|
|
|
List<CovidVaccinateFactory> chaKanChangJia(@Param("id") Integer id);
|
|
|
|
|
|
/**
|