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