|
@@ -264,7 +264,7 @@
|
|
|
AND re.id = #{request.regionId}
|
|
|
</if>
|
|
|
<if test="request.projectId != null and request.projectId > 0">
|
|
|
- : AND plr.project_id = #{request.projectId}
|
|
|
+ AND plr.project_id = #{request.projectId}
|
|
|
</if>
|
|
|
<if test="request.workerId != null and request.workerId > 0">
|
|
|
AND plr.worker_id = #{request.workerId}
|