Explorar el Código

[我的活动][修改][查询]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
3a2a212fa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

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

@@ -88,7 +88,7 @@
<if test=" null != status">
and aj.`status`= #{status}
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
<if test=" null != sortColumns">order by aj.${sortColumns}</if>
</select>
<update id="updateSendMsg" parameterType="hashmap">


Cargando…
Cancelar
Guardar