Commit 4f9149f5 by 任晓松

update

parent a7e95189
......@@ -1258,7 +1258,7 @@ class OrderInfoService extends ServiceBase {
whereParams.uapp_id = ab.uapp_id;
}
if(ab.type_code){
sql1 += ` and itemCode = :type_code`;
sql1 += ` and b.itemCode = :type_code`;
whereParams.type_code = ab.type_code;
}
let totalRet1 = await this.customQuery(sql1,whereParams);
......
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