caizhen vor 4 Jahren
Ursprung
Commit
8854159330

+ 0 - 13
lift-business-service/src/main/java/cn/com/ty/lift/business/contract/dao/entity/model/response/ContractExportDto.java

@@ -30,10 +30,6 @@ public class ContractExportDto {
     private String projectContent;
 
 
-    /**
-     * 客户编号
-     */
-    private Long memerId;
 
     /**
      * 客户名称
@@ -97,11 +93,6 @@ public class ContractExportDto {
      */
     private Integer invoiceType;
 
-    /**
-     * 区域名称
-     * project表区域id关联
-     */
-    private String areaName;
 
     /**
      * 实收时间
@@ -113,10 +104,6 @@ public class ContractExportDto {
      */
     private BigDecimal workMoney;
 
-    /**
-     * 应收金额
-     */
-    private BigDecimal planMoney;
 
     /**
      * 本期应收

+ 1 - 1
lift-business-service/src/main/resources/mapper/contract/ContractsMapper.xml

@@ -112,7 +112,7 @@
                (select attestation_name from mt_company_attestation where mt_company_attestation.mt_company_id=c.mt_company_id) as memberName,
 
                <!--收款类型-->
-               case when pay.type = 1 then '维保' else '大修' end as payType,
+               case when pay.type = 1 then '维保' else '大修' end as payType,
 
                <!--收款编号-->
                pay.code as paycode,