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

Merge remote-tracking branch 'origin/test' into test

wks пре 2 година
родитељ
комит
fb0fe29e94

+ 2 - 1
src/main/java/com/ydtech/modules/admin/service/impl/SysUserBankCardServiceImpl.java

@@ -88,13 +88,14 @@ public class SysUserBankCardServiceImpl extends ServiceImpl<SysUserBankCardMappe
         sub.setAuditTime(null);
         sub.setAuditTime(null);
         sub.setAuditUserName(null);
         sub.setAuditUserName(null);
         sub.setAuditUserId(null);
         sub.setAuditUserId(null);
-
+        sub.setRemark("");
         sysUserBankCardService.updateById(sub);
         sysUserBankCardService.updateById(sub);
         SysUserBankCardHistory sysUserBankCardHistory = new SysUserBankCardHistory();
         SysUserBankCardHistory sysUserBankCardHistory = new SysUserBankCardHistory();
         sysUserBankCardHistory.setBankNumber(sysUserBankCard.getBankNumber());
         sysUserBankCardHistory.setBankNumber(sysUserBankCard.getBankNumber());
         sysUserBankCardHistory.setType("unbind");
         sysUserBankCardHistory.setType("unbind");
         sysUserBankCardHistory.setCreateTime(new Date());
         sysUserBankCardHistory.setCreateTime(new Date());
         sysUserBankCardHistory.setCreator(BaseController.getUser().getId());
         sysUserBankCardHistory.setCreator(BaseController.getUser().getId());
+        sysUserBankCardHistory.setBankNumberUserId(sysUserBankCard.getId());
         sysUserBankCardHistoryService.save(sysUserBankCardHistory);
         sysUserBankCardHistoryService.save(sysUserBankCardHistory);
     }
     }
 
 

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

@@ -463,6 +463,11 @@ public class InsPlyIncome implements Serializable {
     private String operationStatus;
     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) {
     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.orderno = orderno;
         this.policyno = policyno;
         this.policyno = policyno;

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

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