|
@@ -2015,9 +2015,9 @@ public class ZhcxCommissionCheckServiceImpl extends ServiceImpl<ZhcxCommissionCh
|
|
stringBuilder.append("标准测试时间必填");
|
|
stringBuilder.append("标准测试时间必填");
|
|
}
|
|
}
|
|
// 接收标准必填校验
|
|
// 接收标准必填校验
|
|
- if ("否".equals(isTitle) && StringUtils.isBlank(acceptancecriteria)) {
|
|
|
|
|
|
+ /*if ("否".equals(isTitle) && StringUtils.isBlank(acceptancecriteria)) {
|
|
stringBuilder.append("接收标准必填");
|
|
stringBuilder.append("接收标准必填");
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
if (StringUtil.isNotBlank(stringBuilder)) {
|
|
if (StringUtil.isNotBlank(stringBuilder)) {
|
|
allStrBuilder.append("第").append(i + 1).append("行").append(stringBuilder).append("<br>");
|
|
allStrBuilder.append("第").append(i + 1).append("行").append(stringBuilder).append("<br>");
|
|
} else {
|
|
} else {
|