Przeglądaj źródła

Merge branch 'develop' into release

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

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

@@ -84,13 +84,7 @@
#{idItem}
</foreach>
</if>
<if test="null != sortColumn">
order by ${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</if>

<if test=" null != sortColumns"> order by ${sortColumns} </if>

</sql>


Ładowanie…
Anuluj
Zapisz