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