| | |
| | | @RepeatSubmit |
| | | public AjaxResult add(@RequestBody ServiceDonatebaseinfoReport serviceDonatebaseinfoReport) { |
| | | //生成案例上报ID |
| | | String caseNo = String.valueOf(IdGeneratorUtils.nextId()); |
| | | serviceDonatebaseinfoReport.setCaseNo(caseNo); |
| | | |
| | | if(ObjectUtils.isEmpty(serviceDonatebaseinfoReport.getCaseNo())) { |
| | | String caseNo = String.valueOf(IdGeneratorUtils.nextId()); |
| | | serviceDonatebaseinfoReport.setCaseNo(caseNo); |
| | | } |
| | | //获取协调员信息 |
| | | LoginUser loginUser = SecurityUtils.getLoginUser(); |
| | | String userName = loginUser.getUser().getUserName(); |