Commit 4534700c authored by 方斌's avatar 方斌

z

parent 8069e906
Pipeline #16238 passed with stage
in 49 seconds
...@@ -509,7 +509,7 @@ class ProductService extends Service { ...@@ -509,7 +509,7 @@ class ProductService extends Service {
ctx.logger.info(v.cities) ctx.logger.info(v.cities)
let tmp = {}; let tmp = {};
if(v.cities && v.cities.length > 0 && city != '') { if(v.cities && v.cities.length > 0 && city != '') {
if(v.cities.indexOf(city)) { if(v.cities.indexOf(city)) {
tmp = { 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