Commit 639dcc16 by s_guodong

update

parent be6a49ce
......@@ -284,7 +284,7 @@ public abstract class AbstractCommonResource<V extends BaseVO> {
authInfo.setSrc(baseVO.getSrc());
Map<String, Object> argsMap = new HashMap<>();
argsMap.put("sql", "select * from usr where cid='" + baseVO.getCifno() + "'");
argsMap.put("sql", "select * from usr where cid='" + baseVO.getCifno() + "' and oid='" + baseVO.getUserid() + "'");
List<Usr> usrList = usrMapper.dyncRead(argsMap);
if (usrList.size() == 0) {
return;
......
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