Commit 923a9100 by 周海峰

no message

parent 0cb7f03f
...@@ -57,10 +57,12 @@ public class PlatformApplicationsServiceImpl implements PlatformApplicationsServ ...@@ -57,10 +57,12 @@ public class PlatformApplicationsServiceImpl implements PlatformApplicationsServ
// throw new Exception("待办标识不能重复,请重新设置"); // throw new Exception("待办标识不能重复,请重新设置");
// } // }
// } // }
if (platformApplications == null) {
return 0;
}
int count = 0; int count = 0;
if (platformApplications != null && !EmptyUtilHelper.isEmpty(platformApplications.getId())) { if (!EmptyUtilHelper.isEmpty(platformApplications.getId())) {
//更新 //更新
PlatformApplicationsExample platformApplicationsExample = new PlatformApplicationsExample(); PlatformApplicationsExample platformApplicationsExample = new PlatformApplicationsExample();
platformApplicationsExample.createCriteria().andIdEqualTo(platformApplications.getId()); platformApplicationsExample.createCriteria().andIdEqualTo(platformApplications.getId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论