Browse Source

[标签短信][模板][查询参数问题修改]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
815429bbb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMsgModelMapper.xml View File

@@ -30,7 +30,7 @@
</if>
<if test=" null != name ">
<if test=" null != name and ''!= name">
and `name` = #{name}
</if>


Loading…
Cancel
Save