|
@@ -186,12 +186,12 @@ public interface CaoYaoYiZhuDao {
|
|
|
|
|
|
@Insert("insert into yz_act_order (act_order_no, inpatient_no, admiss_times, order_code/*77592*/, order_time, frequ_code/*once*/, " +
|
|
|
" enter_time, " +
|
|
|
- " enter_oper, start_time, infant_flag, drug_flag, performance_time, " +
|
|
|
+ " enter_oper, start_time, infant_flag, drug_flag, " +
|
|
|
" physician, confirm_time, signer, status_flag, " +
|
|
|
" self_buy, order_name, pay_self, serial, group_no, ward_code, " +
|
|
|
" doctor_flag, dept_code, exec_unit) " +
|
|
|
"values (#{yz.orderNo}, #{yz.inpatientNo}, #{yz.admissTimes}, '77592', getdate(), 'ONCE', getdate(), " +
|
|
|
- " #{yz.inputId}, getdate(), #{infantFlag}, 'o', getdate(), #{yz.inputId}, getdate(), #{yz.inputId}, '2', 0, " +
|
|
|
+ " #{yz.inputId}, getdate(), #{infantFlag}, 'o', #{yz.inputId}, getdate(), #{yz.inputId}, '2', 0, " +
|
|
|
" #{orderName}, '0', '00', '00', #{wardCode}, 1, #{deptCode}, #{execDept})")
|
|
|
void chaRuYiZhu(@Param("yz") YzActOrderCy cy,
|
|
|
@Param("orderName") String orderName,
|