|
@@ -68,7 +68,7 @@ public interface SurgeryRecordDao {
|
|
|
"op_code=#{opCode},op_name=#{opName},hocus_code=#{hocusCode},diag_before_code=#{diagBeforeCode}, " +
|
|
|
"diag_before_op=#{diagBeforeOp},diag_after_code=#{diagAfterCode},diag_after_op=#{diagAfterOp}, " +
|
|
|
"op_datetime=#{opStartDate},op_start_date=#{opStartDate},op_end_date=#{opEndDate},anst_start_date=#{anstStartDate}, " +
|
|
|
- "anst_end_date=#{anstEndDate},op_scale=#{opScale},part_code=#{partCode},body_code=#{bodyCode},status='3', " +
|
|
|
+ "anst_end_date=#{anstEndDate},op_scale=#{opScale},part_code=#{partCode},body_code=#{bodyCode},status=#{status}, " +
|
|
|
"blood_amount=#{bloodAmount},blood_type=#{bloodType},hbsag=#{hbsag},infection_flag=#{infectionFlag}, " +
|
|
|
"isolation_indicator=#{isolationIndicator},remark=#{remark} where record_id=#{recordId} ; " +
|
|
|
"update op_record_join set doctor_zd=#{doctorZd},doctor_1=#{doctor1},doctor_2=#{doctor2},doctor_3=#{doctor3}, " +
|