记得上下班打卡 | 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
7f4b1097
Commit
7f4b1097
authored
Jun 19, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
32ab5294
7e95f3ea
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
121 additions
and
119 deletions
+121
-119
OrderListReq.java
...liquidnet/service/kylin/dto/param/admin/OrderListReq.java
+1
-0
orderList.html
...s/templates/zhengzai/kylin/order/orderList/orderList.html
+6
-20
bootstrap-test.yml
...iquidnet-client-job/src/main/resources/bootstrap-test.yml
+1
-1
liquidnet-service-consumer-test.yml
...nfig/liquidnet-config/liquidnet-service-consumer-test.yml
+2
-2
liquidnet-service-kylin.yml
...t-bus-config/liquidnet-config/liquidnet-service-kylin.yml
+1
-1
PerformanceRecommendAdminDao.java
...idnet/service/kylin/dao/PerformanceRecommendAdminDao.java
+4
-1
KylinOrderTicketsMapper.xml
...iquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
+8
-6
KylinOrderTicketsServiceImpl.java
...vice/kylin/service/impl/KylinOrderTicketsServiceImpl.java
+98
-88
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/param/admin/OrderListReq.java
View file @
7f4b1097
...
@@ -20,6 +20,7 @@ public class OrderListReq {
...
@@ -20,6 +20,7 @@ public class OrderListReq {
private
String
timePayEnd
;
private
String
timePayEnd
;
private
String
sponsorId
;
private
String
sponsorId
;
private
String
sponsor
;
private
String
sponsor
;
private
String
payType
;
private
String
paymentType
;
private
String
paymentType
;
private
String
orderStatus
;
private
String
orderStatus
;
private
String
orderSource
;
private
String
orderSource
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/order/orderList/orderList.html
View file @
7f4b1097
...
@@ -42,24 +42,10 @@
...
@@ -42,24 +42,10 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="input-group">-->
<!-- <input type="text" class="form-control" id="sponsorSelectDiv">-->
<!-- <div class="input-group-btn">-->
<!-- <button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown">-->
<!-- <span class="caret"></span>-->
<!-- </button>-->
<!-- <ul class="dropdown-menu dropdown-menu-right" role="menu">-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- <select name="sponsorId">-->
<!-- <option value="">所有</option>-->
<!-- <option value="-1">代码生成请选择字典属性</option>-->
<!-- </select>-->
</li>
</li>
<li>
<li>
<label>
支付方式:
</label>
<label>
支付方式:
</label>
<select
name=
"pay
ment
Type"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
<select
name=
"payType"
th:with=
"type=${@dict.getType('zhengzai_pay_type')}"
>
<option
value=
""
>
所有
</option>
<option
value=
""
>
所有
</option>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
></option>
<option
th:each=
"dict : ${type}"
th:text=
"${dict.dictLabel}"
th:value=
"${dict.dictValue}"
></option>
</select>
</select>
...
@@ -171,11 +157,11 @@
...
@@ -171,11 +157,11 @@
}
}
},
},
{
{
field
:
'pay
ment
Type'
,
field
:
'payType'
,
title
:
'支付方式'
title
:
'支付方式'
,
//
formatter: function(value, row, index) {
formatter
:
function
(
value
,
row
,
index
)
{
//
return $.table.selectDictLabel(payTypeDic, value);
return
$
.
table
.
selectDictLabel
(
payTypeDic
,
value
);
//
}
}
},
},
{
{
field
:
'tied'
,
field
:
'tied'
,
...
...
liquidnet-bus-client/liquidnet-client-job/src/main/resources/bootstrap-test.yml
View file @
7f4b1097
...
@@ -6,7 +6,7 @@ liquidnet:
...
@@ -6,7 +6,7 @@ liquidnet:
username
:
user
username
:
user
password
:
user123
password
:
user123
eureka
:
eureka
:
host
:
172.1
8.0.2
:7001
host
:
172.1
7.207.177
:7001
# end-dev-这里是配置信息基本值
# end-dev-这里是配置信息基本值
spring
:
spring
:
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-consumer-test.yml
View file @
7f4b1097
...
@@ -15,10 +15,10 @@ liquidnet:
...
@@ -15,10 +15,10 @@ liquidnet:
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-file
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-console
:
'
%d{yyyy-MM-dd
HH:mm:ss.SSS}
[
%-5level]
%thread
[%logger{96}:%line]
-
%msg%n'
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
pattern-rolling-file-name
:
${liquidnet.logfile.path}/${liquidnet.logfile.name}-%d{yyyy-MM-dd}.%i.log
level-root
:
info
level-root
:
debug
rabbitmq
:
rabbitmq
:
connection-timeout
:
3000
connection-timeout
:
3000
mysql
:
mysql
:
database-name
:
test_ln_scene
database-name
:
test_ln_scene
#以下为spring各环境个性配置
#以下为spring各环境个性配置
\ No newline at end of file
liquidnet-bus-config/liquidnet-config/liquidnet-service-kylin.yml
View file @
7f4b1097
...
@@ -145,7 +145,7 @@ global-auth:
...
@@ -145,7 +145,7 @@ global-auth:
-
${liquidnet.info.context}/v2/api-docs*
-
${liquidnet.info.context}/v2/api-docs*
-
${liquidnet.info.context}/station/login
-
${liquidnet.info.context}/station/login
-
${liquidnet.info.context}/station/login/sms
-
${liquidnet.info.context}/station/login/sms
# -
# -
-
${liquidnet.info.context}/partner/buyNotice/**
-
${liquidnet.info.context}/partner/buyNotice/**
-
${liquidnet.info.context}/partner/checkUser/**
-
${liquidnet.info.context}/partner/checkUser/**
-
${liquidnet.info.context}/partner/checkUser/performance/**
-
${liquidnet.info.context}/partner/checkUser/performance/**
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/java/com/liquidnet/service/kylin/dao/PerformanceRecommendAdminDao.java
View file @
7f4b1097
...
@@ -31,9 +31,12 @@ public class PerformanceRecommendAdminDao {
...
@@ -31,9 +31,12 @@ public class PerformanceRecommendAdminDao {
this
.
statusName
=
"已下架"
;
this
.
statusName
=
"已下架"
;
break
;
break
;
case
8
:
case
8
:
this
.
statusName
=
"
演出结束
"
;
this
.
statusName
=
"
售罄
"
;
break
;
break
;
case
9
:
case
9
:
this
.
statusName
=
"演出结束"
;
break
;
case
10
:
this
.
statusName
=
"演出未开始"
;
this
.
statusName
=
"演出未开始"
;
break
;
break
;
default
:
default
:
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/KylinOrderTicketsMapper.xml
View file @
7f4b1097
...
@@ -125,17 +125,13 @@
...
@@ -125,17 +125,13 @@
inner join kylin_order_ticket_relations kotr on kot.order_tickets_id = kotr.order_id
inner join kylin_order_ticket_relations kotr on kot.order_tickets_id = kotr.order_id
inner join kylin_performances kp on kotr.performance_id = kp.performances_id
inner join kylin_performances kp on kotr.performance_id = kp.performances_id
<where>
<where>
<if
test=
"orderTicketsId != null and orderTicketsId != ''"
>
and kot.order_tickets_id = #{orderTicketsId}
</if>
<if
test=
"userId != null and userId != ''"
>
and kot.user_id = #{userId}
</if>
<if
test=
"userId != null and userId != ''"
>
and kot.user_id = #{userId}
</if>
<if
test=
"userName != null and userName != ''"
>
and kot.user_name like concat('%', #{userName}, '%')
</if>
<if
test=
"userName != null and userName != ''"
>
and kot.user_name like concat('%', #{userName}, '%')
</if>
<if
test=
"userMobile != null and userMobile != ''"
>
and kot.user_mobile = #{userMobile}
</if>
<if
test=
"userMobile != null and userMobile != ''"
>
and kot.user_mobile = #{userMobile}
</if>
<if
test=
"performanceTitle != null and performanceTitle != ''"
>
and kot.performance_title =
<if
test=
"performanceTitle != null and performanceTitle != ''"
>
#{performanceTitle}
and kot.performance_title like concat('%', #{performanceTitle}, '%')
</if>
</if>
<if
test=
"orderCode != null and orderCode != ''"
>
and kot.order_code = #{orderCode}
</if>
<if
test=
"orderCode != null and orderCode != ''"
>
and kot.order_code = #{orderCode}
</if>
<if
test=
"payCode != null and payCode != ''"
>
and kot.pay_code = #{payCode}
</if>
<if
test=
"qrCode != null and qrCode != ''"
>
and kot.qr_code = #{qrCode}
</if>
<if
test=
"orderType != null and orderType != ''"
>
and kot.order_type = #{orderType}
</if>
<if
test=
"orderType != null and orderType != ''"
>
and kot.order_type = #{orderType}
</if>
<if
test=
"orderVersion != null and orderVersion != ''"
>
and kot.order_version = #{orderVersion}
</if>
<if
test=
"orderVersion != null and orderVersion != ''"
>
and kot.order_version = #{orderVersion}
</if>
<if
test=
"number != null "
>
and kot.number = #{number}
</if>
<if
test=
"number != null "
>
and kot.number = #{number}
</if>
...
@@ -168,6 +164,12 @@
...
@@ -168,6 +164,12 @@
<if
test=
"sponsor!=null and sponsor!=''"
>
<if
test=
"sponsor!=null and sponsor!=''"
>
AND kp.sponsor = #{sponsor}
AND kp.sponsor = #{sponsor}
</if>
</if>
<if
test=
"orderStatus!=null and orderStatus!=''"
>
AND kots.status = #{orderStatus}
</if>
<if
test=
"sponsor!=null and sponsor!=''"
>
AND kp.sponsor = #{sponsor}
</if>
</where>
</where>
<!-- <if test="orderItem!=''">-->
<!-- <if test="orderItem!=''">-->
<!-- ORDER BY ${orderItem} ${orderSc}-->
<!-- ORDER BY ${orderItem} ${orderSc}-->
...
...
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/service/impl/KylinOrderTicketsServiceImpl.java
View file @
7f4b1097
This diff is collapsed.
Click to expand it.
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