Commit bf2f6a2f52304d7d8fd53aa82bc1bdac32a7920b

Authored by liquanyu
1 parent 6ea1d57132

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SyncDataController.java View file @ bf2f6a2
... ... @@ -187,6 +187,7 @@
187 187 } catch (Exception e) {
188 188 writeString(response, "execSyncMysqlData fail");
189 189 ExceptionUtils.catchException(e, "execSyncMysqlData fail");
  190 + return;
190 191 }
191 192 writeString(response, "success");
192 193 }