|
@@ -477,11 +477,11 @@ public interface CaseFrontSheetDao extends BaseMapper<CaseFrontsheetMain> {
|
|
|
"#{dismissStatus}, #{opIdCode})")
|
|
|
void writeNewDisdiag(CaseFrontsheetDisdiag disDiag);
|
|
|
|
|
|
- @Insert("insert into batj_ba4 (bah, zyh, zycs, ssxh, ssmc, ssrq, ssjb,ssbm," +
|
|
|
- "ssys, sszs1, sszs2, qkjb, yhqk, mzff, mzys) " +
|
|
|
- "values (#{bah}, #{bah}, #{times}, #{no}, #{name}, #{date}, #{level}," +
|
|
|
- " #{code}, #{operator}, #{assistantOne}, #{assistantTwo}, #{cut}, #{heal}, " +
|
|
|
- "#{anaesthesia}, #{anaesthesiaor})")
|
|
|
+ @Insert("insert into batj_ba4 (bah,zyh,zycs,ssxh,ssmc,ssrq,ssjb,ssbm,ssys,sszs1,sszs2,qkjb,yhqk," +
|
|
|
+ "mzff,mzys,op_start_date,op_end_date,anst_start_date,anst_end_date) " +
|
|
|
+ "values (#{bah},#{bah},#{times},#{no},#{name},#{date},#{level},#{code},#{operator},#{assistantOne}," +
|
|
|
+ "#{assistantTwo},#{cut},#{heal},#{anaesthesia},#{anaesthesiaor},#{date},#{opEndDate}," +
|
|
|
+ "#{anstStartDate},#{anstEndDate})")
|
|
|
void writeNewZySurgeryRecord(CaseFrontsheetSurgery surgery);
|
|
|
|
|
|
@Select("select status from t_frontsheet_sign_apply where bah=#{bah} and times=#{times} ")
|