diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
index 9c98a23..572a6ba 100644
--- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
+++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
@@ -47,11 +47,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
,take_over_user = #{userId},
- ,pre_outbound_time = now()
+ ,take_over_time = now()
-
- ,pre_outbound_user = #{phoneNumber},
- ,pre_outbound_time = now()
+
+ ,rent_over_user = #{userId},
+ ,rent_over_time = now()
where id in
@@ -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