Commit 0a6b89d9 by wancheng

增加app异常状态

parent 5822a918
......@@ -51,6 +51,7 @@ public class ServiceHPXSOrg extends ServiceBase {
list.add(DdynamicEnum.GROUP_RECORD_BLOCK_ID);
CommonMethod.initBlock(inInfo, list, queryRow, false);
} catch (Exception e) {
inInfo.setStatus(500);
LogUtils.setMsg(inInfo, e, "查询组失败");
}
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