记得上下班打卡 | git大法好,push需谨慎

Commit 12f52425 authored by anjiabin's avatar anjiabin

修改为80端口

parent 15c4d0f5
......@@ -90,7 +90,8 @@
<label class="col-sm-3 control-label">生成时间:</label>
<div class="col-sm-8">
<div class="input-group date">
<input name="createdAt" th:value="*{#dates.format(orderTicketVo.createdAt, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">
<!-- <input name="createdAt" th:value="${#dates.format(orderTicketVo.createdAt, 'yyyy-MM-dd')}" class="form-control" placeholder="yyyy-MM-dd" type="text">-->
<input name="createdAt" th:value="*{orderTicketVo.createdAt}" class="form-control" placeholder="yyyy-MM-dd" type="text">
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
</div>
</div>
......@@ -135,11 +136,11 @@
</div>
<label class="col-sm-3 control-label">票务状态:</label>
<div class="col-sm-3">
<input th:value="${ticketEntity.isPayment}" class="form-control" type="text" readonly>
<input th:value="${@dict.getLabel('zhengzai_payment_type',ticketEntity.isPayment)}" class="form-control" type="text" readonly>
</div>
<label class="col-sm-3 control-label">出票状态:</label>
<div class="col-sm-3">
<input th:value="${ticketEntity.status}" class="form-control" type="text" readonly>
<input th:value="${@dict.getLabel('zhengzai_ticket_status',ticketEntity.status)}" class="form-control" type="text" readonly>
</div>
</div>
</form>
......
......@@ -3,7 +3,7 @@ liquidnet:
updating:
switch: false
info:
port: 9001
port: 80
context:
name: liquidnet-service-adam
logfile:
......
......@@ -3,7 +3,7 @@ liquidnet:
updating:
switch: false
info:
port: 9002
port: 80
context:
name: liquidnet-service-kylin
logfile:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment