Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
server
/
formallProject
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
[品牌][修改][查询名称是否存在]
release_toaliyun_real
gongbiao
7 лет назад
Родитель
4ae5aeb138
Сommit
6254ea30c4
1 измененных файлов
:
1 добавлений
и
1 удалений
Единый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
Просмотреть файл
@@ -290,7 +290,7 @@
<select id="hasShopNumber" parameterType="com.iformall.domain.po.WxShop" resultType="Integer">
<select id="hasShopNumber" parameterType="com.iformall.domain.po.WxShop" resultType="Integer">
select count(*) from wx_shop where tenant_id=#{tenantId} and shop_number=#{shopNumber}
select count(*) from wx_shop where tenant_id=#{tenantId} and shop_number=#{shopNumber}
<if test=" null != id">
<if test=" null != id">
and id = #{id}
and id
!
= #{id}
</if>
</if>
</select>
</select>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить