1、修改文件策略不能更新 审计时间

2、响应文件增加 必填 校验
This commit is contained in:
fangshunjian
2018-08-21 10:46:59 +08:00
parent 974a34ea49
commit 57ef37c743
2 changed files with 8 additions and 2 deletions

View File

@@ -236,6 +236,12 @@
editor_id = #{editorId,jdbcType=INTEGER},
</if>
edit_time = #{editTime,jdbcType=TIMESTAMP},
<if test="auditorId != null" >
auditor_id = #{auditorId,jdbcType=INTEGER},
</if>
<if test="auditTime != null and auditTime != ''" >
audit_time = #{auditTime,jdbcType=TIMESTAMP},
</if>
<if test="serviceId != null" >
service_id = #{serviceId,jdbcType=INTEGER},
</if>

View File

@@ -119,7 +119,7 @@
<label id="responseLabel" class="control-label col-md-3 "><font color="red">*</font>
<spring:message code="redirect_url" /></label>
<div class="col-md-6">
<input id="responseContent" name="userRegion2" class="form-control" type="text" value="${_cfg.userRegion2 }">
<input id="responseContent" name="userRegion2" class="form-control required" type="text" value="${_cfg.userRegion2 }">
<select id="responseFile" name="userRegion3" data-live-search="true" data-live-search-placeholder="search" class="selectpicker form-control required">
<option value=""><spring:message code="select"/></option>
<c:forEach items="${allProxyFileStrategys}" var="file">
@@ -130,7 +130,6 @@
</c:forEach>
</select>
</div>
<div for="userRegion2"></div>
<script type="text/javascript">
$(function(){
//清除没用的 file 信息
@@ -179,6 +178,7 @@
value="${_cfg.userRegion2 }">
</div> --%>
<div for="userRegion2"></div>
<div for="userRegion3"></div>
</div>
</div>
</div>