|
|
@@ -54,10 +54,10 @@ public interface MarkMtFeesDao {
|
|
|
|
|
|
@Insert("insert into t_mt_receipt (patient_id, times, receipt_no, order_no, item_no, his_item_name, " +
|
|
|
"his_item_code, fee_date, input_date, medi_item_type, charge_fee, price, quantity, drug_win, " +
|
|
|
- "input_staff, input_man, serial_no, yb_trans_flag, charge_type) values (" +
|
|
|
+ "input_staff, input_man, serial_no, yb_trans_flag, charge_type, bill_item_code) values (" +
|
|
|
"#{patientId},#{times},#{receiptNo},#{orderNo},#{itemNo},#{drugName},#{chargeItemCode}," +
|
|
|
- "#{priceTime},getdate(),#{billItemCode},#{chargeFee},#{unitPrice},#{quantity},#{drugWin}," +
|
|
|
- "#{doctorCode},#{doctorName},#{serialNo},0, #{groupNo})")
|
|
|
+ "#{priceTime},getdate(),#{mediItemType},#{chargeFee},#{unitPrice},#{quantity},#{drugWin}," +
|
|
|
+ "#{doctorCode},#{doctorName},#{serialNo},0, #{groupNo},#{billItemCode})")
|
|
|
void insertBatchedMtFeeInfo(MzReceipt param);
|
|
|
|
|
|
@Delete("delete from t_mt_receipt where patient_id=#{patientId} and times=#{times} and " +
|