提交 5ef17bfa authored 作者: 000516's avatar 000516 提交者: Coding

创建/修改稽查任务成功后,返回最新的对象,创建失败时返回null

创建/修改稽查任务成功后,返回最新的对象,创建失败时返回null
...@@ -54,6 +54,7 @@ public class ActivityExamineDaoImpl implements ActivityExamineDao { ...@@ -54,6 +54,7 @@ public class ActivityExamineDaoImpl implements ActivityExamineDao {
if (eMsg.contains("for key 'plan_id_unique'")) { if (eMsg.contains("for key 'plan_id_unique'")) {
throw new ParamException(RCode.DATA_HAVE_ERROR); throw new ParamException(RCode.DATA_HAVE_ERROR);
} }
return null;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论