getSpecialShopStageInfo
This commit is contained in:
@@ -259,8 +259,8 @@
|
||||
<if test="investmentUserId!=null and investmentUserId!='' and queryUserType == 0">
|
||||
and b.investment_manager = #{investmentUserId}
|
||||
</if>
|
||||
<if test="investmentUserId!=null and investmentUserId!='' and queryUserType == 1">
|
||||
and c.supervisor_id = #{investmentUserId}
|
||||
<if test="supervisorId!=null and supervisorId!='' and queryUserType == 1">
|
||||
and c.supervisor_id = #{supervisorId}
|
||||
</if>
|
||||
</where>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user