加了一个返回

This commit is contained in:
liuz 2018-06-11 21:22:43 +08:00
parent 8db1ce75b7
commit f1c21e4f7f
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<script type="text/javascript">
function save(){
setItemValue(0,0,"sPara","<%=sflowunid%>");
as_save(0);
as_save(0,"returnList()");
}
function returnList(){
<%-- var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp";

View File

@ -45,6 +45,7 @@ public class DistributorAccountTempToFormalBusiness extends BaseBussiness {
toCondtion.clear();
toCondtion.put("distributor_id", dsatlst.get(0).getAttribute("distributor_id").getString());
DataOperatorUtil.copyJBOSet(DISTRIBUTOR_ACCOUNT_TEMP.CLASS_NAME, fromCondtion, DISTRIBUTOR_ACCOUNT.CLASS_NAME, toCondtion, null, null, Sqlca);
}
String sMessage="true";
return sMessage;