Commit 2a83b311 by wenyang Committed by jianan

发佣关账时支持查询金额为0的数据(正负抵扣情况金额为0)

parent fda39bfd
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
where where
setting.practitioner_type_id = 28 setting.practitioner_type_id = 28
and pay.withdraw_amount != 0 <!-- and pay.withdraw_amount != 0 -->
<if test="item.payoutYearmonth != null"> <if test="item.payoutYearmonth != null">
and pb.payout_yearmonth = #{item.payoutYearmonth,jdbcType=VARCHAR} and pb.payout_yearmonth = #{item.payoutYearmonth,jdbcType=VARCHAR}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment