Преглед изворни кода

监管管理-自由职业者+合作商户:打款凭证查看

ZhangWenQiang пре 4 година
родитељ
комит
3a64e8ba0f

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwpayment/mapper/xml/HlwPaymentDetailMapper.xml

@@ -294,6 +294,7 @@
 		a.net_payment AS "netPayment",
 		a.payment_result_time AS "paymentResultTime",
 		a.duty_apply_id AS "dutyApplyId",
+		a.statement_url AS "statementUrl",
 		hi.invoice as "invoice",
 		hdp.tax_payment_receipt as "taxPaymentReceipt",
 		hr.id as "requirementId",

+ 6 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/entity/HlwSubcontractorAccountFlow.java

@@ -219,4 +219,10 @@ public class HlwSubcontractorAccountFlow implements Serializable {
 
     @TableField(exist = false)
     private String applicationName;
+
+    /**
+     * 付款凭证
+     */
+    @TableField(exist = false)
+    private String statementUrl;
 }

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorAccountFlowMapper.xml

@@ -179,6 +179,7 @@
         a.create_time AS "createTime",
         hr.name as "requirementName",
         hr.description as "description",
+        hpa.statement_url AS "statementUrl",
         hi.invoice as "invoice",
         hr.id as "requirementId",
         hr.subcontractor_id as "subcontractorId",