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