Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
d5879f0d
Commit
d5879f0d
authored
Feb 18, 2025
by
332784038@qq.com
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务应收报表卸柜到仓时间查询bug修复
parent
c286e83a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
BoxMapper.java
...cn/iocoder/yudao/module/shipment/dal/mysql/BoxMapper.java
+9
-9
No files found.
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/dal/mysql/BoxMapper.java
View file @
d5879f0d
...
...
@@ -657,9 +657,9 @@ public interface BoxMapper extends AbstractMapper<BoxDO> {
", ecw_box_settlement settlement "
,
"</when>"
,
"<when test = 'beginUlWarehouseTime != null or endUlWarehouseTime != null'>"
,
", ecw_box_cabinet_unload unload "
,
"</when>"
,
//
"<when test = 'beginUlWarehouseTime != null or endUlWarehouseTime != null'>",
//
", ecw_box_cabinet_unload unload ",
//
"</when>",
"WHERE"
,
"box.deleted = 0 and box.pr_status > 21"
,
...
...
@@ -667,10 +667,10 @@ public interface BoxMapper extends AbstractMapper<BoxDO> {
"<when test = 'beginJsDate != null or endJsDate != null'>"
,
"and box.id = settlement.shipment_id and settlement.deleted = 0"
,
"</when>"
,
"<when test = 'beginUlWarehouseTime != null or endUlWarehouseTime != null'>"
,
"and box.id = unload.shipment_id and unload.deleted = 0"
,
"</when>"
,
//
//
"<when test = 'beginUlWarehouseTime != null or endUlWarehouseTime != null'>",
//
"and box.id = unload.shipment_id and unload.deleted = 0",
//
"</when>",
"<when test = 'beginJsDate != null'>"
,
"and settlement.sl_settled_time >= #{beginJsDate}"
,
...
...
@@ -698,11 +698,11 @@ public interface BoxMapper extends AbstractMapper<BoxDO> {
"</when>"
,
"<when test = 'beginUlWarehouseTime != null'>"
,
"and
unload.ul_warehouse_tim
e >= #{beginUlWarehouseTime}"
,
"and
box.th_dat
e >= #{beginUlWarehouseTime}"
,
"</when>"
,
"<when test = 'endUlWarehouseTime != null'>"
,
"and
unload.ul_warehouse_tim
e <= #{endUlWarehouseTime}"
,
"and
box.th_dat
e <= #{endUlWarehouseTime}"
,
"</when>"
,
"<when test = 'selfNo != null and selfNo != \"\" '>"
,
...
...
332784038@qq.com
@332784038
mentioned in commit
bb795cdc
·
Feb 21, 2025
mentioned in commit
bb795cdc
mentioned in commit bb795cdc1a4cf18e9ec4f3a8a1bd9acd2594fc93
Toggle commit list
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