Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 7 anni fa
parent
commit
3a2a212fa5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxActivityJoinMapper.xml Vedi File

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


Caricamento…
Annulla
Salva