Commit 06c78fe4b0c70e213fbdac084be6ed5c13e337fa

Authored by 房远帅
1 parent b851946c

账期:台账-详情

... ... @@ -94,7 +94,7 @@
94 94 <where>
95 95 AND tb.del_flag = false
96 96 <if test="vo.id != null and vo.id != ''">
97   - AND tb.id = #{id}
  97 + AND tb.id = #{vo.id}
98 98 </if>
99 99 <if test="vo.customerShortId != null and vo.customerShortId != ''">
100 100 AND tb.customer_short_id = #{vo.customerShortId}
... ...