|
@@ -98,7 +98,7 @@
|
|
AND p.id = #{request.projectId,jdbcType=BIGINT}
|
|
AND p.id = #{request.projectId,jdbcType=BIGINT}
|
|
</if>
|
|
</if>
|
|
<if test="request.workerId!=null and request.workerId > 0">
|
|
<if test="request.workerId!=null and request.workerId > 0">
|
|
- AND mp.worker_id = #{request.workerId,jdbcType=BIGINT}
|
|
|
|
|
|
+ AND plr.worker_id = #{request.workerId,jdbcType=BIGINT}
|
|
</if>
|
|
</if>
|
|
<if test="request.regionId!=null and request.regionId > 0">
|
|
<if test="request.regionId!=null and request.regionId > 0">
|
|
AND p.region_id = #{request.regionId,jdbcType=BIGINT}
|
|
AND p.region_id = #{request.regionId,jdbcType=BIGINT}
|