Commit 47f9c11e by 任晓松

update getNeedComparisonList 权限

parent a851c3bf
......@@ -28,7 +28,7 @@ class APIBase {
return system.getResultSuccess();
}
}
if (["updateTmStatus","bulkCreateNeeds","bulkCreateOrders"].indexOf(methodname) >= 0) {
if (["updateTmStatus","bulkCreateNeeds","bulkCreateOrders","getNeedComparisonList"].indexOf(methodname) >= 0) {
return system.getResultSuccess();
}
if (!pobj.appInfo) {
......
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