getSpecialShopStageInfo

This commit is contained in:
苏竹红
2024-05-30 17:24:46 +08:00
parent c6a6132dab
commit 7ac3f7725d
4 changed files with 6 additions and 5 deletions

View File

@@ -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>