企标入库时取消对企标实施时间为空校验
This commit is contained in:
+4
-4
@@ -408,10 +408,10 @@ public class ActSarItemsBussEOService {
|
||||
}
|
||||
|
||||
//企标实施时间
|
||||
if (StringUtils.isBlank(sarBussionessStand.getPutTime())){
|
||||
logger.info("企标实施日期不能为空");
|
||||
throw new AdcDaBaseException("企标实施日期不能为空");
|
||||
}
|
||||
// if (StringUtils.isBlank(sarBussionessStand.getPutTime())){
|
||||
// logger.info("企标实施日期不能为空");
|
||||
// throw new AdcDaBaseException("企标实施日期不能为空");
|
||||
// }
|
||||
|
||||
List<SarBussionessStand> lawsList = iSarBussionessStandService.selectStandardsByStandNumber(standCode);
|
||||
// if (StringUtils.isBlank(sarStandardsInfoEO.getMenuId()) && "INLAND".equals(sarStandardsInfoEO.getStandType())) {
|
||||
|
||||
Reference in New Issue
Block a user