Ver código fonte

1.结算添加是否外部订单字段

wuhp 2 anos atrás
pai
commit
f905b0d739

+ 5 - 0
src/main/java/com/ydtech/modules/fnc/entity/InsPlyIncome.java

@@ -463,6 +463,11 @@ public class InsPlyIncome implements Serializable {
     private String operationStatus;
 
 
+    @ApiModelProperty("是否外部订单")
+    @TableField(exist = false)
+    private String isExternal;
+
+
     public InsPlyIncome(String orderno, String policyno, String syPolicyno, String noPolicyno, String settleno, String deptId, String deptName, String riskcode, LocalDateTime payDate, LocalDateTime signDate, String companyId, String companyName, String agreementId, String licenseno, BigDecimal taxamount, BigDecimal noTaxPremium, BigDecimal commissionFeerate, BigDecimal otherFeerate, BigDecimal commissionFeevalue, BigDecimal otherFeevalue, BigDecimal allFeeValue, BigDecimal finalFeeValue, BigDecimal doingFeeValue, LocalDateTime createTime, String voucherNumber, String contractId, String contractFileId, String handlingFeesStatus, String documentaryFeesStatus, String isNotCar, String isNotDocumentary) {
         this.orderno = orderno;
         this.policyno = policyno;

+ 1 - 3
src/main/resources/mapper/modules/fnc/InsPlyIncomeMapper.xml

@@ -161,6 +161,7 @@
         pa.agreement_name  as "agreementName",
         pa.agreement_type  as "agreementType",
         pa.docking_person  as "dockingPerson",
+        pa.is_external  as "isExternal",
         upf.url as "imageUrl",
         su.name  as "userName",
         b.name as "deptName",
@@ -198,9 +199,6 @@
             <if test="noReceivableProportion !=null  and  noReceivableProportion  !=''">
                 and a.no_receivable_proportion =#{noReceivableProportion}
             </if>
-
-
-
             <if test="id !=null  and  id  !=''">
                 and a.id =#{id}
             </if>