diff --git a/src/main/resources/mapper/system/BuyMapper.xml b/src/main/resources/mapper/system/BuyMapper.xml index ecfd5b1..09f0929 100644 --- a/src/main/resources/mapper/system/BuyMapper.xml +++ b/src/main/resources/mapper/system/BuyMapper.xml @@ -12,7 +12,7 @@ INSERT INTO `three-groups`.`connect_log` ( `data_name`, `amount`, `create_time`) - VALUES (#{dataName}, #{amount}, new()); + VALUES (#{dataName}, #{amount}, now());