| | |
| | | if(StringUtils.isBlank(solutionsBase.getName())|| |
| | | StringUtils.isBlank(solutionsBase.getCompanyName()) |
| | | || Objects.isNull(solutionsBase.getValidType()) |
| | | || Objects.isNull(solutionsBase.getCanAdd()) |
| | | || Objects.isNull(solutionsBase.getCanReduce()) |
| | | || Objects.isNull(solutionsBase.getCanChangeUnit()) |
| | | || Objects.isNull(solutionsBase.getDelOnlyReplace()) |
| | | // || Objects.isNull(solutionsBase.getCanAdd()) |
| | | // || Objects.isNull(solutionsBase.getCanReduce()) |
| | | // || Objects.isNull(solutionsBase.getCanChangeUnit()) |
| | | // || Objects.isNull(solutionsBase.getDelOnlyReplace()) |
| | | || Objects.isNull(solutionsBase.getAddValidDays()) |
| | | || Objects.isNull(solutionsBase.getDelValidDays()) |
| | | || Objects.isNull(solutionsBase.getInsuranceId()) |