Explorar o código

Merge branch 'develop' into develop-kjf

Pota1ovO %!s(int64=2) %!d(string=hai) anos
pai
achega
ea7d074d45

+ 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>