Compare commits

..

No commits in common. "ad460d8b8009109d947cf82f4f739f582cdbcb6e" and "9a2527d6f88ff652dbeb52992ca749f04477d8c4" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package zcgj.zcdev.zcdev.pr.plugin.operate;
package zcgj.zcdev.zcdev.pr.plugin;
import kd.bos.dataentity.entity.DynamicObject;
import kd.bos.entity.ExtendedDataEntity;
@ -12,7 +12,7 @@ import kd.bos.servicehelper.BusinessDataServiceHelper;
import java.math.BigDecimal;
//工序成本预算单保存提交操作插件验证项目和年份的组合是否已经存在且只有一个
public class AimCostCbsBllSaveOrSubOp extends AbstractOperationServicePlugIn {
public class AimcostcbsBllSubmitOp extends AbstractOperationServicePlugIn {
@Override
public void onPreparePropertys(PreparePropertysEventArgs e) {
@ -25,7 +25,7 @@ public class AimCostCbsBllSaveOrSubOp extends AbstractOperationServicePlugIn {
@Override
public void onAddValidators(AddValidatorsEventArgs e) {
super.onAddValidators(e);
e.getValidators().add(new AimCostCbsBllSaveOrSubOp.ValidatorExt());
e.getValidators().add(new ValidatorExt());
}
class ValidatorExt extends AbstractValidator {