Browse Source

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

release_toaliyun_real
luozukai 7 years ago
parent
commit
fb5e2fb618
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml View 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>



Loading…
Cancel
Save