소스 검색

去除console

laiguoran 2 년 전
부모
커밋
f18e26b0a6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/service/stage_jgcl.js

+ 0 - 1
app/service/stage_jgcl.js

@@ -233,7 +233,6 @@ module.exports = app => {
                 const his = history.find(function (x) {
                     return x.stimes === newTimes && x.sorder === newOrder;
                 });
-                console.log(his, newTimes, newOrder);
                 if (his) {
                     his.arrive_qty = d.arrive_qty;
                     his.arrive_tp = d.arrive_tp;