查询平台或运营商端各种类型用户的接口的bug
This commit is contained in:
parent
5f7d65ae61
commit
0e7665cf9a
@ -355,7 +355,7 @@ public class XhpcCardServiceImpl implements IXhpcCardService {
|
||||
case 3:
|
||||
XhpcCustomersPersonnel xhpcCustomersPersonnel = xhpcCustomersPersonnelMapper.selectByAccount(bindCardInfo.getUserAccount());
|
||||
Long customersId = xhpcCustomersPersonnel.getCustomersId();
|
||||
xhpcCustomersPersonnel.setCustomersId(customersId);
|
||||
xhpcIcCardInfo.setUserId(customersId);
|
||||
break;
|
||||
default:
|
||||
return R.fail("没有此用户类型");
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
and account like concat('%',#{queryCondition.userAccount},'%')
|
||||
</if>
|
||||
<if test="userIdList!=null and userIdList.size()!=0">
|
||||
and communitiy_personnel_id not in
|
||||
and community_personnel_id not in
|
||||
<foreach collection="userIdList" item="userId" open="(" close=")" separator=",">
|
||||
#{userId}
|
||||
</foreach>
|
||||
@ -74,7 +74,7 @@
|
||||
and account like concat('%',#{queryCondition.userAccount},'%')
|
||||
</if>
|
||||
<if test="userIdList!=null and userIdList.size()!=0">
|
||||
and communitiy_personnel_id not in
|
||||
and community_personnel_id not in
|
||||
<foreach collection="userIdList" item="userId" open="(" close=")" separator=",">
|
||||
#{userId}
|
||||
</foreach>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user