Commit fddb0c25 by 王栋源

wdy

parent d656efc6
...@@ -47,7 +47,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -47,7 +47,7 @@ class UtilsNeedService extends AppServiceBase {
pobj.actionBody.type = "ali.edi"; pobj.actionBody.type = "ali.edi";
} }
if (!pobj.actionBody.description.indexOf("#备#")) { if (pobj.actionBody.description.indexOf("#备#")<0) {
pobj.actionBody.level = "A"; pobj.actionBody.level = "A";
} else { } else {
var levelurl = "http://106.13.228.212:8000/recProbability"; var levelurl = "http://106.13.228.212:8000/recProbability";
......
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