Commit 99d4ec75 by 任晓松

update getNeedComparisonList 权限

parent 47f9c11e
...@@ -31,6 +31,9 @@ class APIBase { ...@@ -31,6 +31,9 @@ class APIBase {
if (["updateTmStatus","bulkCreateNeeds","bulkCreateOrders","getNeedComparisonList"].indexOf(methodname) >= 0) { if (["updateTmStatus","bulkCreateNeeds","bulkCreateOrders","getNeedComparisonList"].indexOf(methodname) >= 0) {
return system.getResultSuccess(); return system.getResultSuccess();
} }
if (["getNeedComparisonList"].indexOf(method) >= 0) {
return system.getResultSuccess();
}
if (!pobj.appInfo) { if (!pobj.appInfo) {
return system.getResult(null, "pobj.appInfo can not be empty !!"); return system.getResult(null, "pobj.appInfo can not be empty !!");
} }
......
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