Browse Source

fix bug

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
90c3d5d655
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml View File

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


Loading…
Cancel
Save