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

Commit 12f52425 authored by anjiabin's avatar anjiabin

修改为80端口

parent 15c4d0f5
...@@ -90,7 +90,8 @@ ...@@ -90,7 +90,8 @@
<label class="col-sm-3 control-label">生成时间:</label> <label class="col-sm-3 control-label">生成时间:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<div class="input-group date"> <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> <span class="input-group-addon"><i class="fa fa-calendar"></i></span>
</div> </div>
</div> </div>
...@@ -135,11 +136,11 @@ ...@@ -135,11 +136,11 @@
</div> </div>
<label class="col-sm-3 control-label">票务状态:</label> <label class="col-sm-3 control-label">票务状态:</label>
<div class="col-sm-3"> <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> </div>
<label class="col-sm-3 control-label">出票状态:</label> <label class="col-sm-3 control-label">出票状态:</label>
<div class="col-sm-3"> <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>
</div> </div>
</form> </form>
......
...@@ -3,7 +3,7 @@ liquidnet: ...@@ -3,7 +3,7 @@ liquidnet:
updating: updating:
switch: false switch: false
info: info:
port: 9001 port: 80
context: context:
name: liquidnet-service-adam name: liquidnet-service-adam
logfile: logfile:
......
...@@ -3,7 +3,7 @@ liquidnet: ...@@ -3,7 +3,7 @@ liquidnet:
updating: updating:
switch: false switch: false
info: info:
port: 9002 port: 80
context: context:
name: liquidnet-service-kylin name: liquidnet-service-kylin
logfile: 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