Explorar el Código

Merge branch 'develop' into release

release_toaliyun_real
luozukai hace 7 años
padre
commit
05f5ed2fce
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. +1
    -7
      mallinkService/src/main/resources/mapper/WxMerchantBUserMapper.xml

+ 1
- 7
mallinkService/src/main/resources/mapper/WxMerchantBUserMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar