|
@@ -1,6 +1,5 @@
|
|
|
package nckd.jxccl.sit.hcsi.opplugin.web.file.attach;
|
|
package nckd.jxccl.sit.hcsi.opplugin.web.file.attach;
|
|
|
|
|
|
|
|
-import com.kingdee.bos.framework.core.exception.BizException;
|
|
|
|
|
import kd.bos.dataentity.OperateOption;
|
|
import kd.bos.dataentity.OperateOption;
|
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
|
import kd.bos.entity.operate.result.OperationResult;
|
|
import kd.bos.entity.operate.result.OperationResult;
|
|
@@ -8,11 +7,11 @@ import kd.bos.entity.plugin.AbstractOperationServicePlugIn;
|
|
|
import kd.bos.entity.plugin.PreparePropertysEventArgs;
|
|
import kd.bos.entity.plugin.PreparePropertysEventArgs;
|
|
|
import kd.bos.entity.plugin.args.AfterOperationArgs;
|
|
import kd.bos.entity.plugin.args.AfterOperationArgs;
|
|
|
import kd.bos.entity.plugin.args.EndOperationTransactionArgs;
|
|
import kd.bos.entity.plugin.args.EndOperationTransactionArgs;
|
|
|
|
|
+import kd.bos.exception.KDBizException;
|
|
|
import kd.bos.logging.Log;
|
|
import kd.bos.logging.Log;
|
|
|
import kd.bos.logging.LogFactory;
|
|
import kd.bos.logging.LogFactory;
|
|
|
import kd.bos.servicehelper.operation.SaveServiceHelper;
|
|
import kd.bos.servicehelper.operation.SaveServiceHelper;
|
|
|
import kd.sdk.plugin.Plugin;
|
|
import kd.sdk.plugin.Plugin;
|
|
|
-import nckd.jxccl.sit.hcsi.business.coordination.api.SinsurCoordBizSaveHandler;
|
|
|
|
|
import nckd.jxccl.sit.hcsi.common.constant.SitConstant;
|
|
import nckd.jxccl.sit.hcsi.common.constant.SitConstant;
|
|
|
|
|
|
|
|
import java.util.Arrays;
|
|
import java.util.Arrays;
|
|
@@ -61,7 +60,7 @@ public class SIBaseSaveOpEx extends AbstractOperationServicePlugIn implements Pl
|
|
|
if(!result.isSuccess()) {
|
|
if(!result.isSuccess()) {
|
|
|
logger.info("-------- 保存基数设置结果:" + result.getMessage());
|
|
logger.info("-------- 保存基数设置结果:" + result.getMessage());
|
|
|
logger.info("-------- 保存基数设置错误:" + result.getAllErrorOrValidateInfo());
|
|
logger.info("-------- 保存基数设置错误:" + result.getAllErrorOrValidateInfo());
|
|
|
- throw new BizException("-------- 保存基数设置失败:" + result.getMessage());
|
|
|
|
|
|
|
+ throw new KDBizException("-------- 保存基数设置失败:" + result.getMessage());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|