Browse Source

fix:删除测试代码

master
buaixuexideshitongxue 1 month ago
parent
commit
afc0140d25
  1. 1
      src/main/java/com/biutag/supervision/flow/FlowService.java

1
src/main/java/com/biutag/supervision/flow/FlowService.java

@ -74,7 +74,6 @@ public class FlowService {
} catch (RuntimeException e) { } catch (RuntimeException e) {
history.setCrtName("模型超市"); history.setCrtName("模型超市");
} }
// System.out.println(1/0);
return negativeHistoryService.save(history); return negativeHistoryService.save(history);
} }

Loading…
Cancel
Save