Commit 823bd466 by suxiaochun

公共政府采购-新增时增加默认状态 0

parent 9b614996
...@@ -96,6 +96,8 @@ public class ApplicationCaseServiceImpl extends ServiceImpl<ApplicationCaseDao, ...@@ -96,6 +96,8 @@ public class ApplicationCaseServiceImpl extends ServiceImpl<ApplicationCaseDao,
applicationCaseEntity.setReleaseDate(DateUtils.format(new Date(), DateUtils.DATE_TIME_PATTERN)); applicationCaseEntity.setReleaseDate(DateUtils.format(new Date(), DateUtils.DATE_TIME_PATTERN));
//applicationCaseEntity.setAuthor(loginUser.getUsername()); //applicationCaseEntity.setAuthor(loginUser.getUsername());
applicationCaseEntity.setHits(0); applicationCaseEntity.setHits(0);
//默认状态
applicationCaseEntity.setStatus("0");
//applicationCaseEntity.set //applicationCaseEntity.set
baseMapper.insert(applicationCaseEntity); baseMapper.insert(applicationCaseEntity);
......
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