Просмотр исходного кода

Merge branch 'release_toaliyun_real' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real

release_toaliyun_real
zhengfangyuan 3 лет назад
Родитель
Сommit
b9ccfc49b3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить