Commit d9d1c7c7 by 庄冰

全国

parent 521bfdbe
...@@ -402,6 +402,9 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -402,6 +402,9 @@ class UtilsNeedSve extends AppServiceBase {
case "34": case "34":
pobj.area = "海南"; pobj.area = "海南";
break; break;
case "QUANGUO":
pobj.area = "全国";
break;
default: default:
pobj.area = ""; pobj.area = "";
break; break;
......
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