Commit 5470c29258ab0970230841d57c46856ab50f5b6e

Authored by liquanyu
1 parent b08e4fa368

导出

Showing 1 changed file with 1 additions and 6 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/SyncDataTaskService.java View file @ 5470c29
... ... @@ -215,14 +215,9 @@
215 215 organizationService.execSql(sql);
216 216 }
217 217 }
218   - catch (MySQLIntegrityConstraintViolationException e)
219   - {
220   - ExceptionUtils.catchException(e,"MySQLIntegrityConstraintViolationException error. JSONDATA="+json);
221   - return true;
222   - }
223 218 catch (Exception e) {
224 219 ExceptionUtils.catchException(e,"exce sql error. JSONDATA="+json);
225   - return false;
  220 + return true;
226 221 }
227 222 return true;
228 223 }