(1)app策略修改dao.xml,update操作除了creatorId,creatorTime,editorId,editTime,auditor,aduitTime之外,去掉if

null的判断
(2)app策略,基础协议页面ratelimit字段提交表单时如果atction不为限速,置空
This commit is contained in:
wangxin
2018-07-25 12:41:54 +08:00
parent b670ef811f
commit fe2c7df204
3 changed files with 61 additions and 53 deletions

View File

@@ -53,6 +53,9 @@ $(function(){
if($("[name='behavCode']")&&$("[name='behavCode']").val()!=""){
$("input[name$='exprType']").val(1);
}
if($("input[name='ratelimit']").is(":hidden")){
$("input[name='ratelimit']").val("");
}
/* $("#appCode").val($("#specServiceIdId").val()); */
loading('onloading...');
form.submit();