支付状态新增待补缴

This commit is contained in:
2024-01-17 17:41:57 +08:00
parent 95c036d950
commit 032e13ce13
8 changed files with 48 additions and 11 deletions

View File

@@ -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>