|
@@ -237,8 +237,8 @@
|
|
|
<if test="cond.projectId != null and cond.projectId > 0">
|
|
|
AND pr.id = #{cond.projectId}
|
|
|
</if>
|
|
|
- <if test="cond.userId != null and cond.userId > 0">
|
|
|
- AND r.user_id = #{cond.userId}
|
|
|
+ <if test="cond.areaDirectorId != null and cond.areaDirectorId > 0">
|
|
|
+ AND r.user_id = #{cond.areaDirectorId}
|
|
|
</if>
|
|
|
<if test="cond.workerId != null and cond.workerId > 0">
|
|
|
AND mr.worker_id1 = #{cond.workerId}
|