Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
server
/
formallProject
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
[品牌][修改][查询名称是否存在]
release_toaliyun_real
gongbiao
7 anni fa
parent
4ae5aeb138
commit
6254ea30c4
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
Vedi File
@@ -290,7 +290,7 @@
<select id="hasShopNumber" parameterType="com.iformall.domain.po.WxShop" resultType="Integer">
select count(*) from wx_shop where tenant_id=#{tenantId} and shop_number=#{shopNumber}
<if test=" null != id">
and id = #{id}
and id
!
= #{id}
</if>
</select>
Scrivi
Anteprima
Caricamento…
Annulla
Salva