demand: 公司开票主体增加排序
This commit is contained in:
parent
a905c3a3da
commit
f2232ff897
@ -1362,7 +1362,7 @@
|
||||
<if test="deductionReason != null and deductionReason != ''"> and deduction_reason = #{deductionReason}</if>
|
||||
<if test="otherReason != null and otherReason != ''"> and other_reason = #{otherReason}</if>
|
||||
<if test="openBillStatus != null and openBillStatus != ''"> and open_bill_status = #{openBillStatus}</if>
|
||||
<if test="paymentStatus != null and paymentStatus != ''"> and FIND_IN_SET( payment_status, {paymentStatus} )</if>
|
||||
<if test="paymentStatus != null and paymentStatus != ''"> and FIND_IN_SET( payment_status, #{paymentStatus} )</if>
|
||||
<if test="chargeStatus != null and chargeStatus != ''"> and charge_status = #{chargeStatus}</if>
|
||||
<if test="sendPieceSum != null "> and send_piece_sum = #{sendPieceSum}</if>
|
||||
<if test="pieceNumber != null "> and piece_number = #{pieceNumber}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user