wangbo %!s(int64=3) %!d(string=hai) anos
pai
achega
767fd82f9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}