Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-service
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
jin.shuai
2025-05-30 11:30:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e96880741fc250276c659ce03df9700d7ba4ac04
e9688074
1 parent
ff4d48f6
农信停餐
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/tianting/infoloop/service/grpc/MealOrderGrpcService.java
src/main/java/com/tianting/infoloop/service/grpc/MealOrderGrpcService.java
View file @
e968807
...
...
@@ -1385,6 +1385,9 @@ public class MealOrderGrpcService extends MealOrderServiceRpcGrpc.MealOrderServi
if
(
request
.
getModification
().
getShouldUpdateComment
())
{
record
.
setComment
(
request
.
getModification
().
getComment
());
}
if
(
request
.
getModification
().
getShouldUpdateClassId
())
{
record
.
setClassId
(
request
.
getModification
().
getClassId
());
}
builder
.
setIsUpdated
(
dinerMealSuspensionRecordService
.
updateById
(
record
));
}
catch
(
final
Exception
e
)
{
log
.
error
(
"updateDinerMealSuspensionRecord error;"
,
e
);
...
...
Please
register
or
login
to post a comment