Commit 316b8cf2 by 王悦

Revert "fix"

This reverts commit 5c802c1d
parent 5c802c1d
...@@ -168,8 +168,8 @@ class UtilsNeedService extends AppServiceBase { ...@@ -168,8 +168,8 @@ class UtilsNeedService extends AppServiceBase {
* @param {*} actionBody needNo 需求号 * @param {*} actionBody needNo 需求号
*/ */
async getItemByNeedNo(pobj, actionBody) { async getItemByNeedNo(pobj, actionBody) {
if (!actionBody.bizId) { if (!actionBody.needNo) {
return system.getResult(null, "actionBody.bizId can not be empty,100385"); return system.getResult(null, "actionBody.needNo can not be empty,100385");
} }
var reqUrl = this.centerOrderUrl + "action/need/springBoard"; var reqUrl = this.centerOrderUrl + "action/need/springBoard";
var itemResult = await this.restPostUrl(pobj, reqUrl); var itemResult = await this.restPostUrl(pobj, reqUrl);
......
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