提交 f6faa2e8 authored 作者: 李秋林's avatar 李秋林

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

上级 1ac87fda
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论