记得上下班打卡 | 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
748d9568
Commit
748d9568
authored
Dec 28, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/jxl_1214_refund' into dev_merchant
parents
449d16d7
8837fcdb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
PerformanceExpressSearchAdminParam.java
...e/kylin/dto/param/PerformanceExpressSearchAdminParam.java
+3
-0
PerformanceExpressPerformanceOrderListAdminDao.java
...n/dao/PerformanceExpressPerformanceOrderListAdminDao.java
+2
-2
KylinOrderTicketsMapper.xml
...iquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
+3
-3
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/param/PerformanceExpressSearchAdminParam.java
View file @
748d9568
...
...
@@ -31,6 +31,9 @@ public class PerformanceExpressSearchAdminParam {
private
String
mailno
;
private
String
productCode
;
private
String
expressType
;
private
List
<
String
>
ids
;
}
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/java/com/liquidnet/service/kylin/dao/PerformanceExpressPerformanceOrderListAdminDao.java
View file @
748d9568
...
...
@@ -24,8 +24,8 @@ public class PerformanceExpressPerformanceOrderListAdminDao {
// 1寄付|2到付|3包邮
Integer
expressType
;
// 标快 特快
Integer
produc
e
Code
;
Integer
produc
e
Title
;
Integer
produc
t
Code
;
Integer
produc
t
Title
;
String
orderExpressId
;
String
mailno
;
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
View file @
748d9568
...
...
@@ -305,9 +305,9 @@
kots.status,
kots.express_type,
kots.produc
e
_code,
kots.produc
t
_code,
kem.title as produc
e
_title,
kem.title as produc
t
_title,
oe.order_express_id,
oe.mailno,
...
...
@@ -350,7 +350,7 @@
<if
test=
"mailno != ''"
>
AND oe.mailno LIKE concat('%', #{mailno}, '%')
</if>
<if
test=
"ticketsId != '' and ticketsId != null"
>
AND kotr.ticket_id = ${ticketsId}
</if>
<if
test=
"expressType != '' and expressType != null"
>
AND kots.express_type = ${expressType}
</if>
<if
test=
"produc
eCode != '' and produceCode != null"
>
AND kots.produce_code = ${produce
Code}
</if>
<if
test=
"produc
tCode != '' and productCode != null"
>
AND kots.produce_code = ${product
Code}
</if>
</where>
ORDER BY kot.mid DESC
</select>
...
...
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