Commit 2cdabd4e authored by 方斌's avatar 方斌

z

parent 3450f931
Pipeline #17876 passed with stage
in 7 seconds
......@@ -427,6 +427,7 @@ class ProductService extends Service {
let sepecial_business_ids = [95, 7, 130, 51, 99, 111];
let place_cids = [1210, 1211, 5492, 5719, 2420]
if(place_cid > 0 && place_cids.includes(place_cid) && sepecial_business_ids.includes(v.business_id)) {
ctx.logger.info('get_phone_by_user_place_business:' + place_cid + '--business_id--' + v.business_id);
continue;
}
// end
......@@ -495,6 +496,7 @@ class ProductService extends Service {
}
}
ctx.logger.info('get_phone_by_user_place:' + place_cid);
// end
if(type == 4) {
......@@ -514,6 +516,7 @@ class ProductService extends Service {
let sepecial_business_ids = [95, 7, 130, 51, 99, 111];
let place_cids = [1210, 1211, 5492, 5719, 2420]
if(place_cid > 0 && place_cids.includes(place_cid) && sepecial_business_ids.includes(v.business_id)) {
ctx.logger.info('get_phone_by_user_place_business:' + place_cid + '--business_id--' + v.business_id);
continue;
}
//end
......
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