收款单修改

product
杨世强 1 year ago
parent bcbf646c68
commit 6efbb5615d

@ -38,7 +38,7 @@
<select id="querySaleOrder" resultType="jnpf.saleorder.entity.SaleorderitemEntity">
select * from jg_salesorder
where contract_id = #{contractId}
and status = '1'
and (status = '1' or status = '2')
and amount_collected &lt; price
and delete_mark = '0'
</select>

Loading…
Cancel
Save