소스 검색

bug修复

laiguoran 4 년 전
부모
커밋
7b46a7e8d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/change_audit_list.js

+ 1 - 1
app/service/change_audit_list.js

@@ -47,7 +47,7 @@ module.exports = app => {
                 spamount: 0,
                 xmj_code: null,
                 xmj_jldy: null,
-                gcl_id: '0',
+                gcl_id: '',
             };
             // 新增工料
             const result = await this.db.insert(this.tableName, insertData);