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 31292fd..2675b60 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 @@ -5,9 +5,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - insert into ma_order_info (code, order_time, cost, buyer_id, seller_id, address, creater, create_time) + insert into ma_order_info (code, order_time, cost, buyer_id, address, creater, create_time) values - (#{code}, now(), #{cost}, #{buyerId}, #{sellerId}, #{address}, #{creater}, now()) + (#{code}, now(), #{cost}, #{buyerId}, #{address}, #{creater}, now()) INSERT INTO `ma_order_details` (