Commit 5c802c1d by 王悦

fix

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