Commit 9e4f3c99 by 邹磊浩

insert假数据

parent b4a406bd
...@@ -3,6 +3,7 @@ package com.pz; ...@@ -3,6 +3,7 @@ package com.pz;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup; import org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup;
import org.springframework.scheduling.annotation.EnableScheduling;
/** /**
* 启动程序 * 启动程序
...@@ -11,6 +12,7 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt ...@@ -11,6 +12,7 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt
*/ */
@SpringBootApplication @SpringBootApplication
@EnableScheduling
public class PeiZhengApplication { public class PeiZhengApplication {
public static void main(String[] args) { public static void main(String[] args) {
......
...@@ -694,7 +694,6 @@ public class TotalOrderServiceImpl implements ITotalOrderService { ...@@ -694,7 +694,6 @@ public class TotalOrderServiceImpl implements ITotalOrderService {
double v = totalOrder1.getPayMoney() * fenmo; double v = totalOrder1.getPayMoney() * fenmo;
money = totalOrder1.getPayMoney() - v; money = totalOrder1.getPayMoney() - v;
;
} }
Employees employees = employeesMapper.selectById(totalOrder1.getEmId()); Employees employees = employeesMapper.selectById(totalOrder1.getEmId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment