Browse Source

01-25 同步gorder,从2026年开始

milestone-20260113-现金管理0109
lijianlin 1 month ago
parent
commit
0ec70dd0af
  1. 2
      src/main/resources/cashMapper/CashCollectionMapper.xml

2
src/main/resources/cashMapper/CashCollectionMapper.xml

@ -252,7 +252,7 @@
add_time,is_synced add_time,is_synced
from g_order from g_order
where is_synced=0 and state=1 and pay_style in(3,5,6,7,9,10,15) where is_synced=0 and state=1 and pay_style in(3,5,6,7,9,10,15)
and success_time>=1763136000
and success_time>=1767196800
limit #{size} limit #{size}
</select> </select>
<select id="selectById" resultType="com.example.demo.domain.vo.cash.CashCollection"> <select id="selectById" resultType="com.example.demo.domain.vo.cash.CashCollection">

Loading…
Cancel
Save