瀏覽代碼

筹建优化

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