|
@@ -78,8 +78,6 @@ public class ZxUrgeServiceImpl implements IZxUrgeService
|
|
|
if(proposalUnitReplies!=null && proposalUnitReplies.size()>0){
|
|
|
zxUrge.setAcceptDeptId(proposalUnitReplies.get(0).getDeptId());
|
|
|
zxUrge.setAcceptDept(proposalUnitReplies.get(0).getDeptName());
|
|
|
- zxUrge.setAcceptDeptId(proposalUnitReplies.get(0).getDeptId());
|
|
|
- zxUrge.setAcceptDept(proposalUnitReplies.get(0).getDeptName());
|
|
|
}else {
|
|
|
throw new ServiceException("当前提案未分配主办单位,催办失败!");
|
|
|
}
|