Authored by LUOXC

fixbug

... ... @@ -35,7 +35,7 @@
<sql id="Base_Column_List" >
id, product_id, goods_id, storage_id, deposit_code, shelf_code, owner_uid, order_code,
skup, status, order_status, update_time, create_time, deposit_start_time, deposit_end_time,
edit_pid, del_status, out_type
edit_pid, del_status, out_type, new_order_code, new_skup
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
select
... ...
... ... @@ -38,6 +38,6 @@ public class BuyerOrderConfirmDelayMsgConsumer implements YhConsumer {
OrderRequest req = OrderRequest.builder().uid(buyerUid).orderCode(orderCode).build();
buyerOrderService.confirm(req);
logger.info("topic {}, msg {} finish", getMessageTopic(), buyerConfirmEvent);
logger.info("topic {}, msg {} finish", getMessageTopic(), o);
}
}
... ...