Commit 91645de0 by liuyang

2024-08-01 付款单修改数据功能查询数据去掉权限查询

parent 52c8311e
...@@ -46,7 +46,7 @@ public class ServiceHGCW016B extends ServiceBase { ...@@ -46,7 +46,7 @@ public class ServiceHGCW016B extends ServiceBase {
@Override @Override
public EiInfo query(EiInfo inInfo) { public EiInfo query(EiInfo inInfo) {
try { try {
inInfo = super.query(inInfo, HGCW017.QUERY, new HGCW017()); inInfo = super.query(inInfo, HGCW017.QUERY_NO_AUTH, new HGCW017());
} catch (Exception e) { } catch (Exception e) {
LogUtils.setDetailMsg(inInfo, e, "查询失败"); LogUtils.setDetailMsg(inInfo, e, "查询失败");
} }
......
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