Commit 5f868ec5 by 宋毅

修改area

parent 376523b0
...@@ -88,7 +88,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -88,7 +88,7 @@ class UtilsFqAliyunService extends AppServiceBase {
} }
async transformNeedActionBody(pobj) { async transformNeedActionBody(pobj) {
if (!pobj.actionBody.area) { if (!pobj.actionBody.area || pobj.actionBody.area === "null") {
pobj.actionBody.area = "全国"; pobj.actionBody.area = "全国";
} }
if (pobj.actionBody.area != "全国" && pobj.actionBody.area.indexOf("市") < 0 && pobj.actionBody.area.indexOf("省") < 0) { if (pobj.actionBody.area != "全国" && pobj.actionBody.area.indexOf("市") < 0 && pobj.actionBody.area.indexOf("省") < 0) {
......
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