傅行帆 5 年之前
父節點
當前提交
7901034699
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/java/com.huiju.welcome/service/impl/TaCustomerServiceImpl.java

+ 1
- 1
src/main/java/com.huiju.welcome/service/impl/TaCustomerServiceImpl.java 查看文件

@@ -695,7 +695,7 @@ public class TaCustomerServiceImpl extends ServiceImpl<TaCustomerMapper, TaCusto
695 695
         boolean a = taCustomerMapper.updateById(customer) > 0;
696 696
         boolean b = taMainUsherRecordMapper.updateById(taMainUsherRecord) > 0;
697 697
 
698
-        if (null != params.getInteger("fromRecId") && params.getInteger("fromRecId").equals(recId)){
698
+        if (null != params.getInteger("fromRecId") && !params.getInteger("fromRecId").equals(recId)){
699 699
             TaMainUsherRecord taMainUsherRecordFrom = new TaMainUsherRecord();
700 700
             taMainUsherRecordFrom.setRecId(params.getInteger("fromRecId"));
701 701
             taMainUsherRecordFrom.setStatus(CommConstant.INVALID_STATUS);