Commit 82ac128a by 陈思聪

fix: 新资质产品接入

parent ed01bcd8
......@@ -29,7 +29,7 @@ class NewdeliverCtl extends CtlBase {
throw new Error("参数错误")
}
const rs = await this.service.findNewMaterial(pobj);
return system.getResult(rs);
return system.getResultSuccess(rs);
} catch (err) {
return system.getResult(null, err.message)
}
......
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