Browse Source

no message

xiaochan 4 years ago
parent
commit
3aad329cc4

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/querydata/CovidVaccinateAppointmentDao.java

@@ -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);
 
     /**