Commit 131a7e54 authored by 方斌's avatar 方斌

z

parent baeff36f
Pipeline #16119 passed with stage
in 6 seconds
...@@ -509,7 +509,9 @@ class ProductService extends Service { ...@@ -509,7 +509,9 @@ class ProductService extends Service {
in_city = true; in_city = true;
} }
if(!in_city) 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