Commit 6cb4b88f by 王栋源

wdy

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