Commit 7bd193b1 by 宋毅

新加的参数

parent 536e0704
...@@ -114,6 +114,9 @@ class ProductService extends ServiceBase { ...@@ -114,6 +114,9 @@ class ProductService extends ServiceBase {
if(uapp_id){ if(uapp_id){
producesql = producesql+" and pc.uapp_id="+uapp_id; producesql = producesql+" and pc.uapp_id="+uapp_id;
} }
if(actionBody.additionsDesc){
producesql = producesql+" and pc.additions_desc='"+actionBody.additionsDesc+"' ";
}
var produceinfo = await this.customQuery(producesql); var produceinfo = await this.customQuery(producesql);
if (produceinfo) { if (produceinfo) {
actionBody.payCode = produceinfo[0].payCode; actionBody.payCode = produceinfo[0].payCode;
......
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