Commit a43ec60b authored by 李尚科's avatar 李尚科

developer add 6 7

parent 6e0ebc43
Pipeline #8468 passed with stage
in 5 seconds
......@@ -117,7 +117,7 @@ class OptionService extends Service {
city_code = city_code ? parseInt(city_code) : 330100;
for (let i in developers) {
const developer = developers[i];
if (city_code === 330100 && [2,4,5].includes(developer.id)) {
if (city_code === 330100 && [2,4,5,6,7].includes(developer.id)) {
ret.push({
id: developer.id,
name: developer.name,
......
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