mac 2 лет назад
Родитель
Сommit
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 a.user_id = #{userId}
             and b.gd_sn is null
             and b.gd_sn is null
             <if test="posSn != null and posSn != ''">
             <if test="posSn != null and posSn != ''">
-                and a.pos_sn like concat('%', #{query.keyword}, '%')
+                and a.pos_sn like concat('%', #{posSn}, '%')
             </if>
             </if>
         </where>
         </where>
     </select>
     </select>