ソースを参照

fix bug

release_toaliyun_real
zhengfangyuan 3年前
コミット
90c3d5d655
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml ファイルの表示

@@ -35,6 +35,10 @@
and `status` = #{status}
</if>
<if test=" null != name && '' != name">
and `name` like concat('%', #{name},'%')
</if>
<if test=" null != promoterLimitRule">
and `promoter_limit_rule` = #{promoterLimitRule}
</if>


読み込み中…
キャンセル
保存