wang-hai-cheng 5 anni fa
parent
commit
04ae732898

+ 1 - 1
lift-business-service/src/main/resources/mapper/lift/LiftMapper.xml

@@ -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}