Commit 6ce71df0 by 孙亚楠

dd

parent b5355a48
......@@ -256,8 +256,8 @@ class OorderService extends ServiceBase {
if(!params.deliver_id){
return system.getResult(null, `参数错误 交付商ID不能为空`);
}
if(!params.hasPropertyOne(deliver_divide)){
return system.getResult(null, `参数错误 订单ID不能为空`);
if(!params.hasOwnProperty(`deliver_divide`)){
return system.getResult(null, `参数错误 交付商分成不能为空`);
}
//创建orderdeliver记录
......
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