lighter 1 jaar geleden
bovenliggende
commit
01a10568a3

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/inpatient/casefrontsheet/CaseFrontSheetDao.java

@@ -539,7 +539,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
     Integer selectFileStatus(@Param("bah") String bah,
                              @Param("times") Integer times);
 
-    @Select("select late_flag from t_case_frontsheet_main with(nolock) where bah=#{bah} and times=#{times}")
+    @Select("select late_flag from t_case_frontsheet_main with(nolock) where bah=#{bah} and admiss_times=#{times}")
     Integer selectLateFlag(@Param("bah") String bah,
                              @Param("times") Integer times);