记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
董敬伟
liquidnet-bus-v1
Commits
1d02e14f
Commit
1d02e14f
authored
May 07, 2022
by
limingyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出商城订单修改状态无效
parent
456be1ef
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
216 additions
and
216 deletions
+216
-216
GoblinExportServiceImpl.java
...zhengzai/goblin/service/impl/GoblinExportServiceImpl.java
+211
-211
GoblinStoreOrderMapper.xml
...iquidnet.service.goblin.mapper/GoblinStoreOrderMapper.xml
+4
-4
GoblinExportServiceImpl.java
...platform/service/impl/goblin/GoblinExportServiceImpl.java
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/goblin/service/impl/GoblinExportServiceImpl.java
View file @
1d02e14f
This diff is collapsed.
Click to expand it.
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/resources/com.liquidnet.service.goblin.mapper/GoblinStoreOrderMapper.xml
View file @
1d02e14f
...
...
@@ -73,11 +73,11 @@
${item}
</foreach>
</if>
<if
test=
"mailType != null and mailType ==
'1'
"
>
and gm.mail_no is null
;
<if
test=
"mailType != null and mailType ==
1
"
>
and gm.mail_no is null
</if>
<if
test=
"mailType != null and mailType ==
'2'
"
>
and gm.mail_no is not null
;
<if
test=
"mailType != null and mailType ==
2
"
>
and gm.mail_no is not null
</if>
</where>
group by gos.order_sku_id
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/impl/goblin/GoblinExportServiceImpl.java
View file @
1d02e14f
...
...
@@ -109,7 +109,7 @@ public class GoblinExportServiceImpl implements IGoblinExportService {
cells
.
add
(
"下单时间"
);
cells
.
add
(
"快递公司"
);
cells
.
add
(
"物流单号"
);
int
j
=
(
max
-
1
3
)
/
9
;
int
j
=
(
max
-
1
4
)
/
9
;
for
(
int
i
=
1
;
i
<=
j
;
i
++)
{
cells
.
add
(
"商品id"
+
i
);
cells
.
add
(
"商品名"
+
i
);
...
...
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