rev:报修新增条件去掉
This commit is contained in:
@@ -179,7 +179,7 @@ public class DevicerepairrequestServiceImpl implements DevicerepairrequestServic
|
||||
if (ObjectUtil.isEmpty(jsonRun)) numRunArr.add(jsonRun);
|
||||
}
|
||||
|
||||
if (numRunArr.size() > 3) throw new BadRequestException("昨天设备运行记录有超过3条未填写,未填写:"+String.valueOf(numRunArr.size()) + "条");
|
||||
// if (numRunArr.size() > 3) throw new BadRequestException("昨天设备运行记录有超过3条未填写,未填写:"+String.valueOf(numRunArr.size()) + "条");
|
||||
|
||||
|
||||
JwtUserDto currentUser = (JwtUserDto) SecurityUtils.getCurrentUser();
|
||||
|
||||
Reference in New Issue
Block a user