修改汇联通distributorId 原参数aNId4A3X修改为orjuOND7

master
袁野 4 weeks ago
parent 932a94da66
commit e89ae0c89a
  1. 2
      service/src/main/java/com/hfkj/dao/GoodsMsgMapperExt.java

@ -47,7 +47,7 @@ public interface GoodsMsgMapperExt {
" third_id as thirdId," +
" sale_num as saleNum" +
" FROM" +
" goods_msg where status = 1 " +
" goods_msg where status = 1 and third_id is null" +
" <if test='param.goodsTypeParent != null'> and goods_type_parent = #{param.goodsTypeParent} </if>" +
" <if test='param.title != null'> and title like concat('%',#{param.title},'%') </if>" +
" <if test='param.goodsType != null'> and goods_type = #{param.goodsType} </if>" +

Loading…
Cancel
Save