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}