소스 검색

筹建优化

guarantee-lsq 1 년 전
부모
커밋
6e3f16eef1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-dao/src/main/resources/mapper/preparation/PreparationMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/preparation/PreparationMapper.xml

@@ -198,7 +198,7 @@
                 and (user_id = #{applyVerifyUserId} or apply_verify_user_id = #{applyVerifyUserId})
             </if>
             <if test="userId !=null and userId !='' ">
-                and userId = #{userId}
+                and user_id = #{userId}
             </if>
             <if test="repairUserId!=null and repairUserId!=''">
                 and (user_id = #{repairUserId} or repair_user_id = #{repairUserId})