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
jin.shuai
2025-06-03 16:01:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
efe00eae06882d1dfca145397fc5de765d164ce5
efe00eae
1 parent
5413121f
农信停餐不展示整周停餐学生
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/com/infoloop/tianting/logic/task/AutoCreateMealOrderTask.java
src/main/java/com/infoloop/tianting/logic/task/AutoCreateMealOrderTask.java
View file @
efe00ea
...
...
@@ -241,6 +241,10 @@ public class AutoCreateMealOrderTask {
// 构建下周的餐食安排
List
<
MenuSchedule
>
meals
=
buildNextWeekMeals
(
startOfNextWeek
,
suspensionRecord
,
holidayMap
);
if
(
meals
.
isEmpty
())
{
return
null
;
}
return
MealOrderCreation
.
newBuilder
()
.
setClientId
(
diner
.
getClientId
())
.
setMenuId
(
menu
.
getId
())
...
...
Please
register
or
login
to post a comment