南歧nc65对接
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user