فهرست منبع

修复参数问题

lighter 1 سال پیش
والد
کامیت
bd6a3f8865
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/main/java/thyyxxk/webserver/dao/his/inpatient/casefrontsheet/CaseFrontSheetDao.java

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

@@ -535,11 +535,11 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
             "</script>")
     List<SheetOverview> advanceSearch(AdvanceSearch param);
 
-    @Select("select file_status from t_case_frontsheet_main with(nolock) where bah=#{bah} and admiss_times=#{admissTimes}")
+    @Select("select file_status from t_case_frontsheet_main with(nolock) where bah=#{bah} and admiss_times=#{times}")
     Integer selectFileStatus(@Param("bah") String bah,
-                             @Param("admissTimes") Integer admissTimes);
+                             @Param("times") Integer times);
 
-    @Select("select late_flag from t_case_frontsheet_main with(nolock) where bah=#{bah} and times=#{admissTimes}")
+    @Select("select late_flag from t_case_frontsheet_main with(nolock) where bah=#{bah} and times=#{times}")
     Integer selectLateFlag(@Param("bah") String bah,
                              @Param("times") Integer times);