|
@@ -95,11 +95,12 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
|
|
|
return msg;
|
|
|
}
|
|
|
if (customMapper.selectCount(new QueryWrapper<Custom>().eq("tel_phone", custom.getTelPhone())) > 0) {
|
|
|
- msg.setError("电话号码重复了");
|
|
|
+// msg.setError("电话号码重复了");
|
|
|
return msg;
|
|
|
}
|
|
|
custom.setCreateTime(new Date());
|
|
|
custom.setCreatorId(user.getId());
|
|
|
+ custom.setIsDelete(0);
|
|
|
ActionLog actionLog = new ActionLog();
|
|
|
actionLog.setCode("custom");
|
|
|
actionLog.setCreatTime(new Date());
|