Commit f0c1a38f authored by lcl's avatar lcl

u

parent c9cf0aef
...@@ -62,8 +62,8 @@ public class BusinessOpenTenderServiceImpl implements IBusinessOpenTenderService ...@@ -62,8 +62,8 @@ public class BusinessOpenTenderServiceImpl implements IBusinessOpenTenderService
private void verifyBean(BusinessOpenTender bo){ private void verifyBean(BusinessOpenTender bo){
if(ObjectUtils.isEmpty(bo.getBusinessId())) throw new BeanException("项目id不能为空!"); if(ObjectUtils.isEmpty(bo.getBusinessId())) throw new BeanException("项目id不能为空!");
if(ObjectUtils.isEmpty(bo.getTenderer())) throw new BeanException("标人不能为空!"); if(ObjectUtils.isEmpty(bo.getTenderer())) throw new BeanException("标人不能为空!");
if(ObjectUtils.isEmpty(bo.getTendererNature())) throw new BeanException("企业性质不能为空!"); // if(ObjectUtils.isEmpty(bo.getTendererNature())) throw new BeanException("企业性质不能为空!");
if(ObjectUtils.isEmpty(bo.getTenderAmount())) throw new BeanException("投标金额不能为空!"); // if(ObjectUtils.isEmpty(bo.getTenderAmount())) throw new BeanException("投标金额不能为空!");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment