Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
63f6438d
Commit
63f6438d
authored
Nov 12, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单统计
parent
91a2a6b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
application.yml
ace-modules/ace-generator/src/main/resources/application.yml
+1
-1
generator.properties
...les/ace-generator/src/main/resources/generator.properties
+1
-1
OrderReceivedStatisticsBase.java
...fc/platform/order/entity/OrderReceivedStatisticsBase.java
+5
-5
No files found.
ace-modules/ace-generator/src/main/resources/application.yml
View file @
63f6438d
...
@@ -10,7 +10,7 @@ spring:
...
@@ -10,7 +10,7 @@ spring:
datasource
:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.jdbc.Driver
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://10.5.52.
4:3307/xxfc_uccn
?useUnicode=true&characterEncoding=UTF-8
url
:
jdbc:mysql://10.5.52.
3:3306/xxfc_order
?useUnicode=true&characterEncoding=UTF-8
username
:
root
username
:
root
password
:
sslcloud123*()
password
:
sslcloud123*()
jackson
:
jackson
:
...
...
ace-modules/ace-generator/src/main/resources/generator.properties
View file @
63f6438d
#\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F
#\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F
#\u5305\u540D
#\u5305\u540D
package
=
com.xxfc.platform.
uccn
package
=
com.xxfc.platform.
order
#\u4F5C\u8005
#\u4F5C\u8005
author
=
libin
author
=
libin
#Email
#Email
...
...
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/entity/OrderReceivedStatisticsBase.java
View file @
63f6438d
...
@@ -31,14 +31,14 @@ public class OrderReceivedStatisticsBase {
...
@@ -31,14 +31,14 @@ public class OrderReceivedStatisticsBase {
*/
*/
@Column
(
name
=
"year"
)
@Column
(
name
=
"year"
)
@ApiModelProperty
(
value
=
"年份"
)
@ApiModelProperty
(
value
=
"年份"
)
protected
Integer
year
;
protected
String
year
;
/**
/**
* 月份
* 月份
*/
*/
@Column
(
name
=
"month"
)
@Column
(
name
=
"month"
)
@ApiModelProperty
(
value
=
"月份"
)
@ApiModelProperty
(
value
=
"月份
----->201908
"
)
protected
Integer
month
;
protected
String
month
;
/**
/**
* 年月日
* 年月日
...
@@ -51,8 +51,8 @@ public class OrderReceivedStatisticsBase {
...
@@ -51,8 +51,8 @@ public class OrderReceivedStatisticsBase {
* 1周年的第几周
* 1周年的第几周
*/
*/
@Column
(
name
=
"week_of_year"
)
@Column
(
name
=
"week_of_year"
)
@ApiModelProperty
(
value
=
"1周年的第几周"
)
@ApiModelProperty
(
value
=
"1周年的第几周
--->201922
"
)
protected
Integer
weekOfYear
;
protected
String
weekOfYear
;
/**
/**
* 订单总额
* 订单总额
...
...
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