Commit ff9227fd by 孙亚楠

dd

parent 8e4d57db
...@@ -116,14 +116,6 @@ class IborderbaseService extends ServiceBase { ...@@ -116,14 +116,6 @@ class IborderbaseService extends ServiceBase {
if(!_baseOrder){ if(!_baseOrder){
return system.getResult(null,`参数错误 订单不存在`); return system.getResult(null,`参数错误 订单不存在`);
} }
if(this.verifyProductType.includes(this.trim(params.productType))){
if(baseorder.isInfoComplete!=1 || baseorder.isInfoComplete!=true){
return system.getResult(null,`请先完善信息`);
}
if(baseorder.isInfoComplete!=1 || baseorder.isInfoComplete!=true){
return system.getResult(null,`请先完善信息`);
}
}
let childSve = this.getService(params.productType); let childSve = this.getService(params.productType);
return await childSve.handling(params); return await childSve.handling(params);
} catch (error) { } catch (error) {
......
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