wangbo 3 年之前
父節點
當前提交
767fd82f9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      user_center/src/main/resources/mapper/VerManageMapper.xml

+ 1 - 1
user_center/src/main/resources/mapper/VerManageMapper.xml

@@ -47,7 +47,7 @@
         FROM uims_ver_manage a
         WHERE a.status=1
         <if test="verId != null">
-            and a.ver_id like concat(concat('%',#{verId}) ,'%')
+            and a.cur_app_ver like concat(concat('%',#{verId}) ,'%')
         </if>
         <if test="productType != null and productType !=''">
             and a.product_type = #{productType}