Commit b35196f3 authored by litengwei's avatar litengwei

双规小程序接口

parent 63ec9c86
...@@ -844,7 +844,8 @@ public class PlanTaskServiceImpl implements IPlanTaskService { ...@@ -844,7 +844,8 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
// } // }
// }); // });
} catch (Exception e) { } catch (Exception e) {
log.error(e.getMessage(), e); e.printStackTrace();
log.error(e.getMessage());
throw new RuntimeException(e.getMessage()); throw new RuntimeException(e.getMessage());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment