Commit ab371245 by 任晓松

update

parent d7e8ff13
...@@ -300,7 +300,7 @@ class utilsDeliverSve extends AppServiceBase{ ...@@ -300,7 +300,7 @@ class utilsDeliverSve extends AppServiceBase{
* @returns {Promise<void>} * @returns {Promise<void>}
*/ */
async getEntrustDoc(pobj,actionBody){ async getEntrustDoc(pobj,actionBody){
if(!action.applyName){ if(!actionBody.applyName){
return system.getResult(null,'applyName can not be empty'); return system.getResult(null,'applyName can not be empty');
} }
if(!actionBody.addr){ if(!actionBody.addr){
......
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