hurugang il y a 5 ans
Parent
commit
b16cb356c0

+ 15 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/ChargeFeeVoMapper.java

@@ -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();
 
     /**
      * 查询泰和医院门诊明细收入

+ 3 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/ChargeFeeVoServiceImpl.java

@@ -197,7 +197,9 @@ public class ChargeFeeVoServiceImpl implements ChargeFeeVoService {
 
     @Override
     public int refeshPayManData(String userIdCode, Date dcountDate) {
-        chargeFeeVoMapper.reseshJZReqrecData();
+        chargeFeeVoMapper.refeshJZReqrecData();
+        chargeFeeVoMapper.refeshDepositFile();
+        chargeFeeVoMapper.refeshreceiptSerial();
         chargeFeeVoMapper.refeshNomalPayManData(userIdCode, dcountDate);
         return chargeFeeVoMapper.refeshRefundNewData(userIdCode, dcountDate);
     }

+ 1 - 1
src/main/resources/static/js/registration.js

@@ -1656,7 +1656,7 @@ function clearRegistration() {
  */
 function prn1Print(patientId, times) {
     setPrint();
-    var height ="93.0mm";
+    var height ="93.09mm";
     // if(countReceiot%2==0){
     //     height ="93.2mm";
     // }

+ 1 - 1
src/main/resources/static/js/registration_list.js

@@ -2019,7 +2019,7 @@ function clearRegistration() {
  */
 function prn1Print(patientId, times) {
     setPrint();
-    var height ="93.0mm";
+    var height ="93.09mm";
     // if(countReceiot%2==0){
     //     height ="93.2mm";
     // }

+ 1 - 1
src/main/resources/static/js/toll_administration.js

@@ -1360,7 +1360,7 @@ function obsoleteAndRepPrint(patientId, times, receiptNo) {
  */
 function printCommon(url, patientId, times) {
     setPrint();
-    var height = "93.0mm";
+    var height = "93.09mm";
     // if (countReceiot % 2 == 0) {
     //     height = "93.2mm";
     // }