|
@@ -114,11 +114,11 @@ module.exports = app => {
|
|
|
|
|
|
async _initRevisePos(transaction, tid) {
|
|
|
const sql = 'Insert Into ' + this.ctx.service.revisePos.tableName +
|
|
|
- ' (id, tid, lid, name, drawing_code, quantity, add_stage, add_times, add_user,' +
|
|
|
+ ' (id, tid, lid, name, drawing_code, quantity, add_stage, add_stage_order, add_times, add_user,' +
|
|
|
' sgfh_qty, sjcl_qty, qtcl_qty, crid, in_time, porder, position,' +
|
|
|
' sgfh_expr, sjcl_expr, qtcl_expr, real_qty,' +
|
|
|
' gxby_status, dagl_status, gxby_url, dagl_url, gxby_limit, dagl_limit, ex_memo1, ex_memo2, ex_memo3)' +
|
|
|
- ' Select id, tid, lid, name, drawing_code, quantity, add_stage, add_times, add_user,' +
|
|
|
+ ' Select id, tid, lid, name, drawing_code, quantity, add_stage, add_stage_order, add_times, add_user,' +
|
|
|
' sgfh_qty, sjcl_qty, qtcl_qty, crid, in_time, porder, position,' +
|
|
|
' sgfh_expr, sjcl_expr, qtcl_expr, real_qty,' +
|
|
|
' gxby_status, dagl_status, gxby_url, dagl_url, gxby_limit, dagl_limit, ex_memo1, ex_memo2, ex_memo3' +
|