修复售后单查询的问题
This commit is contained in:
parent
724f82c0f9
commit
2c6e0c788a
|
|
@ -106,7 +106,7 @@
|
||||||
AND od.expect_time_end <= #{expectTimeEnd}
|
AND od.expect_time_end <= #{expectTimeEnd}
|
||||||
</if>
|
</if>
|
||||||
<if test="orderDetailIds != null">
|
<if test="orderDetailIds != null">
|
||||||
AND od.id in ( #{orderDetailIds} )
|
AND od.id in ( ${orderDetailIds} )
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by od.create_time
|
order by od.create_time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue