Commit a37a2109 authored by yaobaizheng's avatar yaobaizheng

合伙招商后台

parent faa82825
......@@ -4,6 +4,7 @@ import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
......@@ -57,8 +58,10 @@ public class PartnerFeedbackInfo extends BaseEntity
private Integer status;
@Excel(name = "更新时间")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateTime;
@Excel(name = "提交时间")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
public void setId(Long id)
......
......@@ -8,24 +8,24 @@
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-info-edit" th:object="${partnerFeedbackInfo}">
<input name="id" th:field="*{id}" type="hidden">
<!-- <div class="form-group"> -->
<!-- <label class="col-sm-3 control-label">用户id:</label>-->
<!-- <div class="col-sm-8">-->
<!-- <input name="userId" th:field="*{userId}" class="form-control" type="text">-->
<!-- </div>-->
<!-- </div>-->
<div class="form-group">
<label class="col-sm-3 control-label">用户id:</label>
<div class="col-sm-8">
<input name="userId" th:field="*{userId}" class="form-control" type="text" readonly="readonly" >
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">用户名称:</label>
<div class="col-sm-8">
<input name="userName" th:field="*{userName}" class="form-control" type="text" readonly="readonly">
</div>
</div>
<!-- <div class="form-group"> -->
<!-- <label class="col-sm-3 control-label">职务:</label>-->
<!-- <div class="col-sm-8">-->
<!-- <input name="position" th:field="*{position}" class="form-control" type="text">-->
<!-- </div>-->
<!-- </div>-->
<div class="form-group">
<label class="col-sm-3 control-label">职务:</label>
<div class="col-sm-8">
<input name="position" th:field="*{position}" class="form-control" type="text" readonly="readonly" >
</div>
</div>
<!-- <div class="form-group"> -->
<!-- <label class="col-sm-3 control-label">信息来源:</label>-->
<!-- <div class="col-sm-8">-->
......@@ -33,11 +33,17 @@
<!-- </div>-->
<!-- </div>-->
<div class="form-group">
<label class="col-sm-3 control-label">纠错信息:</label>
<label class="col-sm-3 control-label">反馈信息:</label>
<div class="col-sm-8">
<textarea name="submitContent" class="form-control" readonly="readonly" rows="5">[[*{submitContent}]]</textarea>
</div>
</div>
<!-- <div class="form-group">-->
<!-- <label class="col-sm-3 control-label">提交时间:</label>-->
<!-- <div class="col-sm-8">-->
<!-- <input name="createTime" th:field="*{createTime}" class="form-control" type="text" readonly="readonly" >-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="form-group"> -->
<!-- <label class="col-sm-3 control-label">处理人id:</label>-->
<!-- <div class="col-sm-8">-->
......
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