Commit 2ecc4e1d by 宋祥

1.计划绑定二维码

parent 34b77f4d
......@@ -302,6 +302,8 @@ public class ServiceHPSC003 extends ServiceBase {
EiInfoUtils.addBlock(inInfo, "prodOrder", dbSc005bs, HPSC005B.class);
} catch (Exception e) {
LogUtils.setMsg(inInfo, e, "查询计划详情失败");
// 小程序端要求,错误码使用500
inInfo.setStatus(500);
}
return inInfo;
}
......
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