记得上下班打卡 | 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
68d6fc30
Commit
68d6fc30
authored
Oct 18, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jxl_1018_expressStatus' into pre
parents
54e6b401
22101ef7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
KylinTableStatusConst.java
...quidnet/service/kylin/constant/KylinTableStatusConst.java
+2
-0
performanceOrderList.html
...ngzai/kylin/performancesExpress/performanceOrderList.html
+3
-0
PerformancesExpressServiceImpl.java
...ai/kylin/service/impl/PerformancesExpressServiceImpl.java
+4
-2
KylinOrderTicketsMapper.xml
...iquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
+2
-1
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/constant/KylinTableStatusConst.java
View file @
68d6fc30
...
@@ -81,4 +81,6 @@ public class KylinTableStatusConst {
...
@@ -81,4 +81,6 @@ public class KylinTableStatusConst {
public
static
final
Integer
ORDER_EXPRESS_STATUS1
=
1
;
// 申请 顺丰返回失败 未下单 未发快递
public
static
final
Integer
ORDER_EXPRESS_STATUS1
=
1
;
// 申请 顺丰返回失败 未下单 未发快递
public
static
final
Integer
ORDER_EXPRESS_STATUS2
=
2
;
// 申请 顺丰返回成功 或 通过主动再查询更新
public
static
final
Integer
ORDER_EXPRESS_STATUS2
=
2
;
// 申请 顺丰返回成功 或 通过主动再查询更新
public
static
final
Integer
ORDER_EXPRESS_STATUS3
=
3
;
// 取消
public
static
final
Integer
ORDER_EXPRESS_STATUS3
=
3
;
// 取消
public
static
final
Integer
ORDER_EXPRESS_STATUS80
=
80
;
// 签收
public
static
final
Integer
ORDER_EXPRESS_STATUS8000
=
8000
;
// 签收结单
}
}
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performanceOrderList.html
View file @
68d6fc30
...
@@ -459,6 +459,9 @@
...
@@ -459,6 +459,9 @@
case 80:
case 80:
expressStatusName = '
已签收
';
expressStatusName = '
已签收
';
break;
break;
case 8000:
expressStatusName = '
已签收
';
break;
default:
default:
expressStatusName = '
运输中
';
expressStatusName = '
运输中
';
break;
break;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/PerformancesExpressServiceImpl.java
View file @
68d6fc30
...
@@ -132,12 +132,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -132,12 +132,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
// 运输中
// 运输中
Integer
total2
=
kylinOrderExpressMapper
.
selectCount
(
Integer
total2
=
kylinOrderExpressMapper
.
selectCount
(
Wrappers
.
lambdaQuery
(
KylinOrderExpress
.
class
).
gt
(
KylinOrderExpress:
:
getExpressStatus
,
3
)
Wrappers
.
lambdaQuery
(
KylinOrderExpress
.
class
).
gt
(
KylinOrderExpress:
:
getExpressStatus
,
3
)
.
ne
(
KylinOrderExpress:
:
getExpressStatus
,
80
)
.
ne
(
KylinOrderExpress:
:
getExpressStatus
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS80
)
.
ne
(
KylinOrderExpress:
:
getExpressStatus
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS8000
)
.
eq
(
KylinOrderExpress:
:
getPerformancesId
,
info
.
getPerformancesId
())
.
eq
(
KylinOrderExpress:
:
getPerformancesId
,
info
.
getPerformancesId
())
);
);
// 已签收
// 已签收
Integer
[]
statusList
=
new
Integer
[]{
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS80
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS8000
};
Integer
total3
=
kylinOrderExpressMapper
.
selectCount
(
Integer
total3
=
kylinOrderExpressMapper
.
selectCount
(
Wrappers
.
lambdaQuery
(
KylinOrderExpress
.
class
).
eq
(
KylinOrderExpress:
:
getExpressStatus
,
80
)
Wrappers
.
lambdaQuery
(
KylinOrderExpress
.
class
).
in
(
KylinOrderExpress:
:
getExpressStatus
,
statusList
)
.
eq
(
KylinOrderExpress:
:
getPerformancesId
,
info
.
getPerformancesId
())
.
eq
(
KylinOrderExpress:
:
getPerformancesId
,
info
.
getPerformancesId
())
);
);
info
.
setTotal1
(
total1
);
info
.
setTotal1
(
total1
);
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
View file @
68d6fc30
...
@@ -339,7 +339,8 @@
...
@@ -339,7 +339,8 @@
${expressStatus}
${expressStatus}
</if>
</if>
<if
test=
"expressStatus == 1"
>
AND (oe.express_status IS NULL OR oe.express_status = ${expressStatus})
</if>
<if
test=
"expressStatus == 1"
>
AND (oe.express_status IS NULL OR oe.express_status = ${expressStatus})
</if>
<if
test=
"expressStatus == 70"
>
AND (oe.express_status > 3 AND oe.express_status != 80)
</if>
<if
test=
"expressStatus == 70"
>
AND (oe.express_status > 3 AND oe.express_status != 80 AND oe.express_status != 8000)
</if>
<if
test=
"expressStatus == 80"
>
AND (oe.express_status = 80 OR oe.express_status = 8000)
</if>
<if
test=
"mailno != ''"
>
AND oe.mailno LIKE concat('%', #{mailno}, '%')
</if>
<if
test=
"mailno != ''"
>
AND oe.mailno LIKE concat('%', #{mailno}, '%')
</if>
</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