Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
9e4f3c99
Commit
9e4f3c99
authored
Oct 11, 2023
by
邹磊浩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
insert假数据
parent
b4a406bd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
pz-admin/src/main/java/com/pz/PeiZhengApplication.java
+2
-0
pz-admin/src/main/java/com/pz/web/task/InsertTestOrderTask.java
+0
-0
pz-system/src/main/java/com/pz/system/service/impl/TotalOrderServiceImpl.java
+0
-1
No files found.
pz-admin/src/main/java/com/pz/PeiZhengApplication.java
View file @
9e4f3c99
...
...
@@ -3,6 +3,7 @@ package com.pz;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
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
*/
@SpringBootApplication
@EnableScheduling
public
class
PeiZhengApplication
{
public
static
void
main
(
String
[]
args
)
{
...
...
pz-admin/src/main/java/com/pz/web/task/InsertTestOrderTask.java
0 → 100644
View file @
9e4f3c99
This diff is collapsed.
Click to expand it.
pz-system/src/main/java/com/pz/system/service/impl/TotalOrderServiceImpl.java
View file @
9e4f3c99
...
...
@@ -694,7 +694,6 @@ public class TotalOrderServiceImpl implements ITotalOrderService {
double
v
=
totalOrder1
.
getPayMoney
()
*
fenmo
;
money
=
totalOrder1
.
getPayMoney
()
-
v
;
;
}
Employees
employees
=
employeesMapper
.
selectById
(
totalOrder1
.
getEmId
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment