server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/YwPatrolLineServiceImpl.java
@@ -65,6 +65,7 @@ ){ throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"巡检点配置错误"); } ywLinePoint.setId(null); ywLinePoint.setCreateDate(new Date()); ywLinePoint.setCreator(loginUserInfo.getId()); ywLinePoint.setIsdeleted(Constants.ZERO); @@ -117,6 +118,7 @@ ){ throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"巡检点配置错误"); } ywLinePoint.setId(null); ywLinePoint.setLineId(ywPatrolLine.getId()); ywLinePoint.setCreateDate(new Date()); ywLinePoint.setCreator(loginUserInfo.getId());