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