Commit 75f45376 by 孙亚楠

d

parent 2e0b35b0
......@@ -588,18 +588,18 @@ class BpoSDPJApi {
let ccashinfo = await this.ccashinfoSve.findOne({
id:id
});
if(!ccashinfo.app_id){
return this.getErrResult("app_id不能为空");
}
if(!ccashinfo.ecid){
return this.getErrResult("ecid不能为空");
}
if(!ccashinfo.outTradeNo){
return this.getErrResult("outTradeNo不能为空");
}
if(!ccashinfo.amt){
return this.getErrResult("amt不能为空");
}
// if(!ccashinfo.app_id){
// return this.getErrResult("app_id不能为空");
// }
// if(!ccashinfo.ecid){
// return this.getErrResult("ecid不能为空");
// }
// if(!ccashinfo.outTradeNo){
// return this.getErrResult("outTradeNo不能为空");
// }
// if(!ccashinfo.amt){
// return this.getErrResult("amt不能为空");
// }
// if(!ccashinfo.id_name){
// return this.getErrResult("id_name不能为空");
// }
......
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