Переглянути джерело

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

release_toaliyun_real
luozukai 7 роки тому
джерело
коміт
7628189fb9
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Переглянути файл

@@ -293,7 +293,7 @@
and s.`point_type` = #{pointType}
</if>
<if test="null != sortColumn">
order by s.${sortColumn} ${sortOrder}
order by ${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by ${sortColumns}</if>


Завантаження…
Відмінити
Зберегти