Browse Source

bug修复

laiguoran 4 năm trước cách đây
mục cha
commit
7b46a7e8d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);