Commit 8fed6587 by 庄冰

uappid

parent c1755347
......@@ -110,7 +110,7 @@ class ProductService extends ServiceBase {
var producesql = "SELECT pc.service_code,pc.pay_code payCode,pt.channel_item_code channelItemCode,pc.price price FROM `p_product` pt JOIN p_product_price pc ON pt.id = pc.product_id WHERE pt.channel_item_code LIKE '%" + actionBody.typeCode
+ "%' AND pc.price_desc='"+actionBody.province+"' ";
if(uapp_id){
producesql = producesql+" and uapp_id="+uapp_id;
producesql = producesql+" and pc.uapp_id="+uapp_id;
}
var produceinfo = await this.customQuery(producesql);
if (produceinfo) {
......
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