Sfoglia il codice sorgente

[统计][修改][完善收缴率]

release_toaliyun_real
luozukai 7 anni fa
parent
commit
fb5e2fb618
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Vedi File

@@ -296,7 +296,7 @@
order by s.${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by s.${sortColumns}</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</select>



Caricamento…
Annulla
Salva