修复售后单查询的问题

This commit is contained in:
donqi 2022-10-02 23:28:43 +08:00
parent 724f82c0f9
commit 2c6e0c788a
1 changed files with 1 additions and 1 deletions

View File

@ -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