Commit ccc92310 by Sxy

fix: 直辖市 code码

parent 2f6abdf8
......@@ -91,6 +91,9 @@ class ProductpriceService extends ServiceBase {
return false
}
})
if (["北京市", "天津市", "上海市", "重庆市"].includes(area)) {
areaCode[0].code = `${areaCode[0].code}01`
}
areaCode = `${areaCode[0].code}00`;
result.push({
area,
......
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