Commit 62f6287d by 孙亚楠

dd

parent 14ce85df
......@@ -40,7 +40,7 @@ class IinvoicedeliverDao extends Dao {
async pageByParams(params, startRow, pageSize) {
var sql = [];
sql.push("SELECT");
sql.push("t1.`product_id`, ");
sql.push("t1.`product_id`, t1.`id`,");
sql.push("t1.`apply_no`, t1.`invoice_type`, t1.`invoice_amount`, ");
sql.push("t1.`apply_time`, t1.invoice_time, t1.`created_at`, t1.`status`, ");
sql.push("t1.`merchant_name`, t1.businessmen_name");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment