wangbo 3 years ago
parent
commit
767fd82f9f
1 changed files with 1 additions and 1 deletions
  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}