Explorar o código

医保移动支付添加hospApprFlag

lighter hai 9 meses
pai
achega
f6a15bff6d

+ 2 - 1
src/main/java/thyyxxk/simzfeeoprnsystm/dao/MobilePayDao.java

@@ -40,7 +40,8 @@ public interface MobilePayDao extends BaseMapper<MobilePay> {
             "(select max(national_code) from zd_charge_item where code=his_item_code) else " +
             "(select max(national_code) from yp_zd_dict where code=his_item_code) end, " +
             "his_item_code as medinsListCodg,charge_fee as detItemFeeSumamt, " +
-            "quantity as cnt, price as pric,hospApprFlag='1', " +
+            "quantity as cnt, price as pric, " +
+            "hospApprFlag=isnull(a.hosp_appr_flag, 0), " +
             "bilgDrCodg=(select rtrim(yb_code) from a_employee_mi where code=input_staff), " +
             "input_man as bilgDrName,medListName=a.his_item_name, " +
             "bilgDeptCodg=(select d.si_caty from zd_unit_code d where d.code=b.visit_dept_code), " +

+ 1 - 0
src/main/java/thyyxxk/simzfeeoprnsystm/pojo/MzReceipt.java

@@ -52,6 +52,7 @@ public class MzReceipt {
     private BigDecimal chargeFee;
     private Boolean checked;
     private String nationalCode;
+    private String hospApprFlag;
 
     public String getDrugName() {
         return null == drugName ? "" : (drugName).trim();

+ 0 - 12
src/main/java/thyyxxk/simzfeeoprnsystm/pojo/mobilepay/Upload6201.java

@@ -12,8 +12,6 @@ public class Upload6201 {
      */
     private String orgCodg = "H43010500370";
 
-    private String payAuthNo;
-    private String uldLatlnt;
     private String mdtrtCertType = "02";
 
     /**
@@ -21,16 +19,6 @@ public class Upload6201 {
      */
     private String orgId;
 
-    /**
-     * 人员编号
-     */
-    private String psnNo;
-
-    /**
-     * 险种类型
-     */
-    private String insutype;
-
     /**
      * 医疗机构订单号
      */