|
@@ -620,7 +620,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
|
|
|
@Select("select count(1) from t_yb_setl_modify_req where pat_no=#{bah} and times=#{times}")
|
|
|
Integer selectModified(@Param("bah") String bah, @Param("times") Integer times);
|
|
|
|
|
|
- @Select("select top 1 * from t_si_disefamily_diagnose with(nolock) where dise_code=#{code} or disefamily_code=#{code}")
|
|
|
+ @Select("select top 1 * from t_si_disefamily_diagnose with(nolock) where dise_code=#{code} ")
|
|
|
DisefamilyGrade selectDisefamilyGrade(@Param("code") String code);
|
|
|
|
|
|
@Select("select ssbm from ${table} with(nolock) where zyh=#{bah} and zycs=#{times} and isnull(ssbm,'')!='' ")
|