Commit 02cd75c5 authored by tangfang's avatar tangfang

修改余额为0的处理,

添加银行卡空指针问题
parent 45eff95a
...@@ -43,6 +43,7 @@ public class RoleDaoImpl extends BaseDaoImpl implements RoleDao { ...@@ -43,6 +43,7 @@ public class RoleDaoImpl extends BaseDaoImpl implements RoleDao {
" LEFT JOIN pd_user_role b on a.id = b.role_id where 1=1 {WHERE}" + " LEFT JOIN pd_user_role b on a.id = b.role_id where 1=1 {WHERE}" +
"GROUP BY a.id") "GROUP BY a.id")
.add("id", " and a.id = ? ") .add("id", " and a.id = ? ")
.add("companyId", " and a.company_id = ? ")
.add("roleName", " and (a.name LIKE concat(?,'%') OR a.remark LIKE concat(?,'%') )"); .add("roleName", " and (a.name LIKE concat(?,'%') OR a.remark LIKE concat(?,'%') )");
......
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