Guo1B0 9 månader sedan
förälder
incheckning
79c4b2cb82

+ 1 - 1
fhKeeper/formulahousekeeper/management-crm/src/main/java/com/management/platform/service/impl/ClueServiceImpl.java

@@ -606,7 +606,7 @@ public class ClueServiceImpl extends ServiceImpl<ClueMapper, Clue> implements Cl
                 }
                 for (Clue bo : importProductList) {
                     ActionLog actionLog = new ActionLog();
-                    actionLog.setName("新增了商机");
+                    actionLog.setName("新增了线索");
                     actionLog.setItemId(bo.getId());
                     actionLog.setCode("clue");
                     actionLog.setUserId(user.getId());

+ 1 - 1
fhKeeper/formulahousekeeper/management-crm/src/main/java/com/management/platform/service/impl/CustomServiceImpl.java

@@ -831,7 +831,7 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
                 }
                 for (Custom bo : importProductList) {
                     ActionLog actionLog = new ActionLog();
-                    actionLog.setName("新增了商机");
+                    actionLog.setName("新增了客户");
                     actionLog.setItemId(bo.getId());
                     actionLog.setCode("custom");
                     actionLog.setUserId(user.getId());