Sfoglia il codice sorgente

[审批流][修改][完善账单审批]

release_toaliyun_real
luozukai 7 anni fa
parent
commit
1920400f7a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxTopicMapper.xml

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

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


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


</mapper> </mapper>

Caricamento…
Annulla
Salva