소스 검색

修复xml问题

wang-hai-cheng 5 년 전
부모
커밋
04ae732898
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lift-business-service/src/main/resources/mapper/lift/LiftMapper.xml

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