Преглед изворни кода

[专题][修改][修改自动作废逻辑]

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
9b4b31f2c8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxTopicMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxTopicMapper.xml Прегледај датотеку

@@ -71,7 +71,7 @@
</select>

<update id="updateStatus" parameterType="com.iformall.domain.po.WxTopic">
update wx_topic set status = 3 where now() >= end_time and status =1 and tenant_id = #{tenantId}
update wx_topic set status = 3 where now() >= end_time and tenant_id = #{tenantId}
</update>

</mapper>

Loading…
Откажи
Сачувај