Commit b0a619a6 by 任晓松

update bulkCreate

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