mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
支付状态新增待补缴
This commit is contained in:
@@ -2779,5 +2779,10 @@
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
<select id="queryRepayOrder" resultMap="BaseResultMap">
|
||||
select <include refid="Base_Column_List"/>
|
||||
from order_basic_info
|
||||
where order_status = '3'
|
||||
and member_id =#{memberId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user