|
@@ -934,7 +934,21 @@ public interface ChargeFeeVoMapper {
|
|
|
* @return
|
|
|
*/
|
|
|
@Update("update mzy_reqrec set paymode='Y' where paymode is null and charge_type in (19,20,21)")
|
|
|
- int reseshJZReqrecData();
|
|
|
+ int refeshJZReqrecData();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 清洗老系统收费方式表退费方式
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @Update("update mz_deposit_file set cheque_type='1' where pay_mark = 1 and op_id <> '99999' and cheque_type in ('W','M') ")
|
|
|
+ int refeshDepositFile();
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 清洗老系统发票表退费方式
|
|
|
+ * @return
|
|
|
+ */
|
|
|
+ @Update("update mz_receipt_serial set cheque_type='1' where pay_mark = 1 and pay_id <> '99999' and cheque_type in ('W','M') ")
|
|
|
+ int refeshreceiptSerial();
|
|
|
|
|
|
/**
|
|
|
* 查询泰和医院门诊明细收入
|