1、修改文件策略不能更新 审计时间
2、响应文件增加 必填 校验
This commit is contained in:
@@ -236,6 +236,12 @@
|
|||||||
editor_id = #{editorId,jdbcType=INTEGER},
|
editor_id = #{editorId,jdbcType=INTEGER},
|
||||||
</if>
|
</if>
|
||||||
edit_time = #{editTime,jdbcType=TIMESTAMP},
|
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" >
|
<if test="serviceId != null" >
|
||||||
service_id = #{serviceId,jdbcType=INTEGER},
|
service_id = #{serviceId,jdbcType=INTEGER},
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
<label id="responseLabel" class="control-label col-md-3 "><font color="red">*</font>
|
<label id="responseLabel" class="control-label col-md-3 "><font color="red">*</font>
|
||||||
<spring:message code="redirect_url" /></label>
|
<spring:message code="redirect_url" /></label>
|
||||||
<div class="col-md-6">
|
<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">
|
<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>
|
<option value=""><spring:message code="select"/></option>
|
||||||
<c:forEach items="${allProxyFileStrategys}" var="file">
|
<c:forEach items="${allProxyFileStrategys}" var="file">
|
||||||
@@ -130,7 +130,6 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div for="userRegion2"></div>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function(){
|
$(function(){
|
||||||
//清除没用的 file 信息
|
//清除没用的 file 信息
|
||||||
@@ -179,6 +178,7 @@
|
|||||||
value="${_cfg.userRegion2 }">
|
value="${_cfg.userRegion2 }">
|
||||||
</div> --%>
|
</div> --%>
|
||||||
<div for="userRegion2"></div>
|
<div for="userRegion2"></div>
|
||||||
|
<div for="userRegion3"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user