订单去掉测试main
This commit is contained in:
parent
0da3a423b5
commit
9ee55fdfa2
|
@ -265,10 +265,6 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
||||||
return Result.error("系统繁忙,请稍后再试!");
|
return Result.error("系统繁忙,请稍后再试!");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println(DateUtil.offsetMinute(new Date(), 30));
|
|
||||||
}
|
|
||||||
|
|
||||||
private Result insertMassageOrders(Orders orders) throws Exception{
|
private Result insertMassageOrders(Orders orders) throws Exception{
|
||||||
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue