Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sybzc
cloud-syb
Commits
6485bb91
Commit
6485bb91
authored
3 months ago
by
陈 挺
Browse files
Options
Download
Email Patches
Plain Diff
收货确认书预览问题修复
parent
292fce0e
bug-SYB-9
P2.3.2024.07.01.qzjf
P2.3.2024.12.26
P2025.03.12
V2024.12.26
V2025.03.12
No related merge requests found
Pipeline
#12907
passed with stages
in 8 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/cloud-syb/src/main/java/com/shusi/modules/order/service/impl/OrderReceiveServiceImpl.java
+3
-2
...i/modules/order/service/impl/OrderReceiveServiceImpl.java
with
3 additions
and
2 deletions
+3
-2
server/cloud-syb/src/main/java/com/shusi/modules/order/service/impl/OrderReceiveServiceImpl.java
+
3
-
2
View file @
6485bb91
...
...
@@ -232,6 +232,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
pageMap
.
put
(
orderId
,
CollectionUtil
.
newArrayList
(
n
));
}
else
{
orderList
.
add
(
n
);
pageMap
.
put
(
orderId
,
orderList
);
}
});
});
...
...
@@ -278,8 +279,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
}
}
if
(
list
.
size
()
==
0
)
{
if
(
list
.
size
()
==
0
&&
!
qryDTO
.
getIsBatch
())
{
continue
;
}
// 获取预览数据结果对象
...
...
@@ -409,6 +409,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
pageMap
.
put
(
orderId
,
CollectionUtil
.
newArrayList
(
n
));
}
else
{
orderList
.
add
(
n
);
pageMap
.
put
(
orderId
,
orderIdList
);
}
});
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets