Browse Source

筹建优化

guarantee-lsq 1 year ago
parent
commit
6e3f16eef1

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