Commit ec57cc40 authored by 方斌's avatar 方斌

z

parent 501b62d1
Pipeline #16218 passed with stage
in 48 seconds
...@@ -510,10 +510,11 @@ class ProductService extends Service { ...@@ -510,10 +510,11 @@ class ProductService extends Service {
if(v.cities && v.cities.length > 0 && city != '' && v.cities.indexOf(city)) { if(v.cities && v.cities.length > 0 && city != '' && v.cities.indexOf(city)) {
in_city = true; in_city = true;
} }
ctx.logger.info(type)
ctx.logger.info(in_city)
//,目前只处理普通贷款列表,至于其他的,后面再说 //,目前只处理普通贷款列表,至于其他的,后面再说
if(!in_city && type == 4) continue; if(!in_city && type == 4) continue;
const tmp = { const tmp = {
type: v.type, type: v.type,
......
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