南歧nc65对接

This commit is contained in:
hjx
2025-12-06 08:58:04 +08:00
parent 7efbe3d404
commit 7ff3054dc9
11 changed files with 93 additions and 25 deletions
@@ -48,6 +48,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.del_flag =1
<if test="invoiceApplyStatus != null ">
and a.invoice_apply_status = #{invoiceApplyStatus}
</if> <if test="synchronousStatus != null ">
and a.synchronous_status = #{synchronousStatus}
</if> <if test="skSynchronousStatus != null ">
and a.sk_synchronous_status = #{skSynchronousStatus}
</if>
<if test="verificationMoney != null ">
and a.verification_money = #{verificationMoney}