Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangyingyang
2024-11-21 13:51:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e33de6f1e2579c223457f1045c16555fcff457d9
e33de6f1
1 parent
a6abf6af
update order detail
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/infoloop/tianting/service/client/OrderServiceRpcClient.java
src/main/java/com/infoloop/tianting/service/client/OrderServiceRpcClient.java
View file @
e33de6f
...
...
@@ -168,7 +168,7 @@ public class OrderServiceRpcClient {
.
setShowName
(
showName
)
.
setShouldUpdateNotServe
(
d
.
getShouldUpdateNotServe
())
.
setNotServe
(
notServe
)
.
setShouldUpdateMealDetailJson
(
d
.
getShouldUpdateMe
nuDetailId
())
.
setShouldUpdateMealDetailJson
(
d
.
getShouldUpdateMe
alDetailJson
())
.
setMealDetailJson
(
mealDetail
)
.
build
();
return
detail
;
...
...
Please
register
or
login
to post a comment