|
@@ -1018,10 +1018,10 @@
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderQueryVo.leaderId != null and orderQueryVo.leaderId != ''">
|
|
<if test="orderQueryVo.leaderId != null and orderQueryVo.leaderId != ''">
|
|
|
- and u.leader_id = #{leaderId}
|
|
|
|
|
|
|
+ and u.leader_id = #{orderQueryVo.leaderId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="orderQueryVo.leaderName != null and orderQueryVo.leaderName != ''">
|
|
<if test="orderQueryVo.leaderName != null and orderQueryVo.leaderName != ''">
|
|
|
- and u.leader_name = #{leaderName}
|
|
|
|
|
|
|
+ and u.leader_name = #{orderQueryVo.leaderName}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderQueryVo.attachStartDateStr != null and orderQueryVo.attachEndDateStr != ''">
|
|
<if test="orderQueryVo.attachStartDateStr != null and orderQueryVo.attachEndDateStr != ''">
|
|
@@ -1156,10 +1156,10 @@
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderQueryVo.leaderId != null and orderQueryVo.leaderId != ''">
|
|
<if test="orderQueryVo.leaderId != null and orderQueryVo.leaderId != ''">
|
|
|
- and u.leader_id = #{leaderId}
|
|
|
|
|
|
|
+ and u.leader_id = #{orderQueryVo.leaderId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="orderQueryVo.leaderName != null and orderQueryVo.leaderName != ''">
|
|
<if test="orderQueryVo.leaderName != null and orderQueryVo.leaderName != ''">
|
|
|
- and u.leader_name = #{leaderName}
|
|
|
|
|
|
|
+ and u.leader_name = #{orderQueryVo.leaderName}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderQueryVo.attachStartDateStr != null and orderQueryVo.attachEndDateStr != ''">
|
|
<if test="orderQueryVo.attachStartDateStr != null and orderQueryVo.attachEndDateStr != ''">
|