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

监管页面自由职业者

LiFei пре 5 година
родитељ
комит
ce0a6f5560

+ 2 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwpayment/entity/HlwPaymentDetail.java

@@ -195,7 +195,8 @@ public class HlwPaymentDetail implements Serializable {
     @TableField(exist = false)
     private String requirementName;  //自由职业者所用需求名称
 
-
+    @TableField(exist = false)
+    private String description;  //自由职业者所用需求描述
 
 
 }

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

@@ -249,11 +249,12 @@
 		a.tax_fee AS "taxFee",
 		a.net_payment AS "netPayment",
 		a.payment_result_time AS "paymentResultTime",
-		a.duty_paid_id AS "dutyPaidId"
+		a.duty_paid_id AS "dutyPaidId",
 		hi.invoice as "invoice",
         hd.tax_payment_receipt as "taxPaymentReceipt",
 		hr.id as "requirementId",
-		hr.name as "requirementName"
+		hr.name as "requirementName",
+		hr.description as "description"
 		FROM hlw_payment_detail a
 		left join hlw_payment hp on hp.id=a.payment_id
 		left join hlw_invoice hi on hi.id=hp.invoice_id