فهرست منبع

缺失功能:
私有协议应收-结算报表-结算记录,增加一列应收金额

jiakai 4 ماه پیش
والد
کامیت
efd05b66dd

+ 4 - 0
commons/src/main/java/com/jzg/commons/entity/finance/dto/ExportSuperviseSettlementExcelDto.java

@@ -52,6 +52,10 @@ public class ExportSuperviseSettlementExcelDto {
     @ExcelProperty(value = "实收金额")
     private String actualReceivedAmount;
 
+    @Schema(description = "应收金额")
+    @ExcelProperty(value = "应收金额")
+    private String receivableSupervisePremium;
+
     @Schema(description = "收款日期")
     @ExcelProperty(value = "收款日期")
     private String receivePaymentDate;

+ 1 - 0
tenant/organization/src/main/resources/mapper/ReceivableMapper.xml

@@ -512,6 +512,7 @@
         ipii.tax_point,
         ipi.order_no as orderNo,
         ipiis.actual_received_amount,
+        ipii.receivable_supervise_premium,
         ipiis.receive_payment_date,
         ipiis.create_by ,
         ipiis.create_time