Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
bd432ab2
Commit
bd432ab2
authored
May 26, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
technicianNames 作废
parent
ae000099
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
6 deletions
+8
-6
OrderServe.java
src/main/java/com/gogirl/domain/order/serve/OrderServe.java
+3
-3
Customer.java
src/main/java/com/gogirl/domain/user/customer/Customer.java
+0
-1
OrderServeDTO.java
src/main/java/com/gogirl/shared/order/OrderServeDTO.java
+3
-0
application.yml
src/main/resources/application.yml
+1
-1
Test.java
src/test/java/com/gogirl/Test.java
+1
-1
No files found.
src/main/java/com/gogirl/domain/order/serve/OrderServe.java
View file @
bd432ab2
...
...
@@ -193,9 +193,9 @@ public class OrderServe implements Serializable {
@ApiModelProperty
(
"美甲顾问id"
)
private
String
technicianIds
;
@TableField
(
exist
=
false
)
@ApiModelProperty
(
"预约美甲师姓名"
)
private
String
technicianNames
;
//
@TableField(exist = false)
//
@ApiModelProperty("预约美甲师姓名")
//
private String technicianNames;
@TableField
(
exist
=
false
)
private
Integer
lengthTime
;
...
...
src/main/java/com/gogirl/domain/user/customer/Customer.java
View file @
bd432ab2
...
...
@@ -89,7 +89,6 @@ public class Customer implements Serializable {
private
String
storeRecordRealName
;
private
String
remark
;
private
String
remark2
;
private
String
remark3
;
private
String
remark4
;
...
...
src/main/java/com/gogirl/shared/order/OrderServeDTO.java
View file @
bd432ab2
...
...
@@ -22,6 +22,9 @@ public class OrderServeDTO {
@ApiModelProperty
(
"预约美甲师姓名"
)
private
String
technicianNames
;
@ApiModelProperty
(
"预约美甲师姓名"
)
private
String
technicianName
;
@ApiModelProperty
(
"服务改价(有正负)"
)
private
BigDecimal
serveChangePrice
;
...
...
src/main/resources/application.yml
View file @
bd432ab2
spring
:
profiles
:
active
:
pr
e
active
:
pr
od
servlet
:
#文件上传最大容量
multipart
:
...
...
src/test/java/com/gogirl/Test.java
View file @
bd432ab2
...
...
@@ -676,7 +676,7 @@ public class Test {
List
<
PurchaseSkuPOI
>
purchaseSkuPOIList
=
purchaseSkuMapper
.
purchaseSkuExcel
();
// List<PurchaseSkuPOI>
String
fileName
=
"/Users/huluobin/purchaseSku
4
.xlsx"
;
String
fileName
=
"/Users/huluobin/purchaseSku
6
.xlsx"
;
purchaseSkuPOIList
.
forEach
(
purchaseSkuPOI
->
{
try
{
...
...
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