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