mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
查询用户可申请开票的订单列表
This commit is contained in:
@@ -747,6 +747,9 @@
|
||||
#{orderStatus,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="dateTime != null">
|
||||
and t1.create_time <![CDATA[ >= ]]> #{dateTime,jdbcType=VARCHAR}
|
||||
</if>
|
||||
order by t1.create_time desc
|
||||
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user