逻辑修改
This commit is contained in:
parent
0cbe4c46ba
commit
f1f39cfa56
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue