Преглед на файлове

广电报备sn搜索优化

mac преди 2 години
родител
ревизия
11e85c37db
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

+ 1 - 1
kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

@@ -46,7 +46,7 @@
             and a.user_id = #{userId}
             and b.gd_sn is null
             <if test="posSn != null and posSn != ''">
-                and a.pos_sn like concat('%', #{query.keyword}, '%')
+                and a.pos_sn like concat('%', #{posSn}, '%')
             </if>
         </where>
     </select>