Commit a2a6072e by qianyuheng

优化额度新增配置

parent 1bae9923
...@@ -15,7 +15,7 @@ check $aeq\bic ...@@ -15,7 +15,7 @@ check $aeq\bic
$aeq\bic = scd.toUpperCase(); $aeq\bic = scd.toUpperCase();
Platform.setModified($aeq\bic); Platform.setModified($aeq\bic);
} }
if(!Platform.isEmpty($aeq\bic)&&!Platform.isEmpty($aeq\cur)) if(!Platform.isEmpty($aeq\bic)&&!Platform.isEmpty($aeq\cur)&&!"aeqadd".equals(Platform.getTransName()))
{ {
Platform.dbRead($acc,new Argument<String>("bic",$aeq\bic.getValue()),new Argument<String>("cur",$aeq\cur.getValue())); Platform.dbRead($acc,new Argument<String>("bic",$aeq\bic.getValue()),new Argument<String>("cur",$aeq\cur.getValue()));
$aeq\act.setValue($acc\act.getValue()); $aeq\act.setValue($acc\act.getValue());
......
...@@ -4,7 +4,7 @@ check $aeq\cur ...@@ -4,7 +4,7 @@ check $aeq\cur
{ {
Platform.error($aeq\cur,#CT000026); Platform.error($aeq\cur,#CT000026);
} }
if(!Platform.isEmpty($aeq\bic)&&!Platform.isEmpty($aeq\cur)) if(!Platform.isEmpty($aeq\bic)&&!Platform.isEmpty($aeq\cur)&&!"aeqadd".equals(Platform.getTransName()))
{ {
Platform.dbRead($acc,new Argument<String>("bic",$aeq\bic.getValue()),new Argument<String>("cur",$aeq\cur.getValue())); Platform.dbRead($acc,new Argument<String>("bic",$aeq\bic.getValue()),new Argument<String>("cur",$aeq\cur.getValue()));
$aeq\act.setValue($acc\act.getValue()); $aeq\act.setValue($acc\act.getValue());
......
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