记得上下班打卡 | 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
b45b725b
Commit
b45b725b
authored
Jun 21, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/jxl_220621_express' into pre
parents
27e934f6
eef7268d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
4 deletions
+33
-4
performanceOrderList.html
...ngzai/kylin/performancesExpress/performanceOrderList.html
+14
-1
performancesList.html
.../zhengzai/kylin/performancesExpress/performancesList.html
+14
-1
OrderExpressListDao.java
.../com/liquidnet/service/kylin/dao/OrderExpressListDao.java
+1
-0
KylinOrderExpressMapper.xml
...iquidnet.service.kylin.mapper/KylinOrderExpressMapper.xml
+4
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performanceOrderList.html
View file @
b45b725b
...
@@ -243,11 +243,24 @@
...
@@ -243,11 +243,24 @@
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontSize"
,
8
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontSize"
,
8
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
);
if
(
dataInfo
.
freightPrice
>
0
)
{
/*
if (dataInfo.freightPrice > 0) {
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付 " + dataInfo.freightPrice + "元");
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付 " + dataInfo.freightPrice + "元");
} else {
} else {
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付");
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付");
}*/
var
orderExpressTypeName
=
""
;
switch
(
dataInfo
.
orderExpressType
)
{
case
1
:
orderExpressTypeName
=
'寄付'
;
break
;
case
2
:
orderExpressTypeName
=
'到付'
;
break
;
case
3
:
orderExpressTypeName
=
'寄付'
;
break
;
}
}
LODOP
.
ADD_PRINT_TEXT
(
233
,
26
,
105
,
20
,
orderExpressTypeName
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Alignment"
,
2
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Alignment"
,
2
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
)
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
)
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performancesList.html
View file @
b45b725b
...
@@ -177,11 +177,24 @@
...
@@ -177,11 +177,24 @@
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontSize"
,
8
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontSize"
,
8
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
);
if
(
dataInfo
.
freightPrice
>
0
)
{
/*
if (dataInfo.freightPrice > 0) {
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付 " + dataInfo.freightPrice + "元");
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付 " + dataInfo.freightPrice + "元");
} else {
} else {
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付");
LODOP.ADD_PRINT_TEXT(233, 26, 105, 20, "到付");
}*/
var
orderExpressTypeName
=
""
;
switch
(
dataInfo
.
orderExpressType
)
{
case
1
:
orderExpressTypeName
=
'寄付'
;
break
;
case
2
:
orderExpressTypeName
=
'到付'
;
break
;
case
3
:
orderExpressTypeName
=
'寄付'
;
break
;
}
}
LODOP
.
ADD_PRINT_TEXT
(
233
,
26
,
105
,
20
,
orderExpressTypeName
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"FontName"
,
"黑体"
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Alignment"
,
2
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Alignment"
,
2
);
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
)
LODOP
.
SET_PRINT_STYLEA
(
0
,
"Bold"
,
1
)
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/java/com/liquidnet/service/kylin/dao/OrderExpressListDao.java
View file @
b45b725b
...
@@ -63,6 +63,7 @@ public class OrderExpressListDao implements Serializable {
...
@@ -63,6 +63,7 @@ public class OrderExpressListDao implements Serializable {
private
String
city
;
private
String
city
;
private
String
county
;
private
String
county
;
private
String
number
;
private
String
number
;
private
Integer
orderExpressType
;
private
String
useStart
;
private
String
useStart
;
private
String
timeTitle
;
private
String
timeTitle
;
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinOrderExpressMapper.xml
View file @
b45b725b
...
@@ -4,12 +4,13 @@
...
@@ -4,12 +4,13 @@
<select
id=
"selectPrintList"
resultType=
"com.liquidnet.service.kylin.dao.OrderExpressListDao"
>
<select
id=
"selectPrintList"
resultType=
"com.liquidnet.service.kylin.dao.OrderExpressListDao"
>
SELECT a.*,
SELECT a.*,
b.express_contacts, b.express_address, b.express_phone, b.province, b.city, b.county, b.number,
b.express_contacts, b.express_address, b.express_phone, b.province, b.city, b.county, b.number,
kots.express_type AS order_express_type,
d.use_start, d.title AS time_title, d.type AS time_type,
d.use_start, d.title AS time_title, d.type AS time_type,
e.title AS tickets_title, e.type AS tickets_type
e.title AS tickets_title, e.type AS tickets_type
FROM kylin_order_express a
FROM kylin_order_express a
INNER JOIN kylin_order_tickets b ON a.order_tickets_id = b.order_tickets_id
INNER JOIN kylin_order_tickets b ON a.order_tickets_id = b.order_tickets_id
INNER JOIN kylin_order_ticket_relations c ON b.order_tickets_id = c.order_id
INNER JOIN kylin_order_ticket_relations c ON b.order_tickets_id = c.order_id
LEFT JOIN kylin_order_ticket_status kots ON a.order_tickets_id = kots.order_id
LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id
LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id
LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id
LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id
<where>
<where>
...
@@ -24,12 +25,13 @@
...
@@ -24,12 +25,13 @@
</select>
</select>
<select
id=
"selectPrintListOfPerformanceId"
resultType=
"com.liquidnet.service.kylin.dao.OrderExpressListDao"
>
<select
id=
"selectPrintListOfPerformanceId"
resultType=
"com.liquidnet.service.kylin.dao.OrderExpressListDao"
>
SELECT a.*,
SELECT a.*,
b.express_contacts, b.express_address, b.express_phone, b.province, b.city, b.county, b.number,
b.express_contacts, b.express_address, b.express_phone, b.province, b.city, b.county, b.number,
kots.express_type AS order_express_type,
d.use_start, d.title AS time_title, d.type AS time_type,
d.use_start, d.title AS time_title, d.type AS time_type,
e.title AS tickets_title, e.type AS tickets_type
e.title AS tickets_title, e.type AS tickets_type
FROM kylin_order_express a
FROM kylin_order_express a
INNER JOIN kylin_order_tickets b ON a.order_tickets_id = b.order_tickets_id
INNER JOIN kylin_order_tickets b ON a.order_tickets_id = b.order_tickets_id
INNER JOIN kylin_order_ticket_relations c ON b.order_tickets_id = c.order_id
INNER JOIN kylin_order_ticket_relations c ON b.order_tickets_id = c.order_id
LEFT JOIN kylin_order_ticket_status kots ON a.order_tickets_id = kots.order_id
LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id
LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id
LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id
LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id
<where>
<where>
...
...
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