This commit is contained in:
zhangchenbiao
2024-04-30 15:10:27 +08:00
parent 2a91a6b4fa
commit e3879275f3

View File

@@ -296,7 +296,7 @@
select *
from xfsg_line_pay
where line_id = #{lineId}
and deleted = '0'
and deleted = '0' limit 1
</select>
<select id="getLinePayByLineIdAndPayType" resultMap="BaseResultMap">