应收账单增加发票状态查询条件;
This commit is contained in:
@@ -52,6 +52,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="billManageDO.billState != null">
|
||||
AND bill_state = #{billManageDO.billState}
|
||||
</if>
|
||||
<if test="billManageDO.isInvoice != null">
|
||||
AND IS_INVOICE = #{billManageDO.isInvoice}
|
||||
</if>
|
||||
<if test="billManageDO.reconciliationStatus != null">
|
||||
AND reconciliation_status = #{billManageDO.reconciliationStatus}
|
||||
</if>
|
||||
@@ -76,4 +79,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user