Przeglądaj źródła

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

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
fb5e2fb618
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Wyświetl plik

@@ -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>



Ładowanie…
Anuluj
Zapisz