逻辑修改

This commit is contained in:
liang.chao 2024-11-28 11:06:51 +08:00
parent 0cbe4c46ba
commit f1f39cfa56
1 changed files with 5 additions and 5 deletions

View File

@ -47,11 +47,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
<if test="orderStatus == 4">
,take_over_user = #{userId},
,pre_outbound_time = now()
,take_over_time = now()
</if>
<if test="orderStatus == 3">
,pre_outbound_user = #{phoneNumber},
,pre_outbound_time = now()
<if test="orderStatus == 5">
,rent_over_user = #{userId},
,rent_over_time = now()
</if>
where id in
<foreach item="id" collection="ids" open="(" separator="," close=")">
@ -133,7 +133,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN bm_file_info bfi ON hh.ma_id = bfi.model_id
AND bfi.file_type = 0
WHERE
hh.id = #{id}
hh.id = #{id} limit 1
</select>
<select id="getOrderDetailsById" resultType="com.bonus.material.order.domain.OrderInfoDto">
SELECT