This commit is contained in:
2023-08-30 14:05:40 +08:00
5 changed files with 28 additions and 13 deletions

View File

@@ -287,5 +287,7 @@
join pile_merchant_info t2 on t1.merchant_id = t2.id and t1.del_flag = '0'
where t1.merchant_id = #{merchantId,jdbcType=VARCHAR}
and t1.create_time between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
order by
t1.trade_date desc
</select>
</mapper>