|
@@ -164,7 +164,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
|
|
|
"tumorLevelT=rtrim(a.tumor_level_t)," +
|
|
|
"tumorLevelN=rtrim(a.tumor_level_n)," +
|
|
|
"tumorLevelM=rtrim(a.tumor_level_m)," +
|
|
|
- "a.tumor_level," +
|
|
|
+ "a.tumor_level,a.fyzlyyy," +
|
|
|
"xxeApgar=rtrim(a.apgar) " +
|
|
|
"from batj_ba2 a with(nolock), zy_actpatient b with(nolock) where " +
|
|
|
"b.inpatient_no=a.bah and " +
|
|
@@ -233,7 +233,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
|
|
|
"tumorLevelT=rtrim(a.tumor_level_t)," +
|
|
|
"tumorLevelN=rtrim(a.tumor_level_n)," +
|
|
|
"tumorLevelM=rtrim(a.tumor_level_m)," +
|
|
|
- "a.tumor_level," +
|
|
|
+ "a.tumor_level,a.fyzlyyy," +
|
|
|
"xxeApgar=rtrim(a.apgar) " +
|
|
|
"from batj_ba2 a with(nolock), zy_inactpatient b with(nolock) where " +
|
|
|
"b.inpatient_no=a.bah and b.admiss_times=a.zycs and " +
|
|
@@ -402,6 +402,7 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
|
|
|
"zkhs=#{qualityControlNurse}," +
|
|
|
"barq=#{qualityControlDate}," +
|
|
|
"lyfs=#{zyDismissWay}," +
|
|
|
+ "fyzlyyy=#{fyzlyyy}, " +
|
|
|
"jsjg=#{dismissDestination}," +
|
|
|
"zzy_flag=#{admissAgainInOneMonth}," +
|
|
|
"zzy_md=#{admissAgainPurpose}," +
|