bug
This commit is contained in:
@@ -416,10 +416,10 @@
|
||||
and b.area_path like concat('%',#{wantShopAreaName},'%')
|
||||
</if>
|
||||
<if test="request.queryUserId!=null and request.queryUserId!=''">
|
||||
<if test="request.queryType != null and request.queryType == '1' ">
|
||||
<if test="request.queryType != null and request.queryType == 1 ">
|
||||
and a.investment_manager = #{request.queryUserId}
|
||||
</if>
|
||||
<if test="request.queryType != null and request.queryType == '2' ">
|
||||
<if test="request.queryType != null and request.queryType == 2 ">
|
||||
and a.development_manager = #{request.queryUserId}
|
||||
</if>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user