|
@@ -249,7 +249,7 @@
|
|
|
<if test="orderQueryVo.userId != null and orderQueryVo.userId != '' and isCdy">
|
|
<if test="orderQueryVo.userId != null and orderQueryVo.userId != '' and isCdy">
|
|
|
and io.operatorid = #{orderQueryVo.userId}
|
|
and io.operatorid = #{orderQueryVo.userId}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="orderQueryVo.userId != null and orderQueryVo.userId != '' and isTeamLeader">
|
|
|
|
|
|
|
+ <if test="orderQueryVo.userId != null and orderQueryVo.userId != '' and !isTeamLeader">
|
|
|
and io.userid = #{orderQueryVo.userId}
|
|
and io.userid = #{orderQueryVo.userId}
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|