1.外销合同变更单审核反写值出错
This commit is contained in:
ljw 2024-12-05 10:23:41 +08:00
parent 23aaba1d1b
commit 0d1a1ea2c2

View File

@ -1,14 +1,6 @@
package com.yem.wm.sys.utils;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.yem.wm.utils.DynamicObjectUtil;
import com.yem.wm.utils.YEM;
import kd.bos.dataentity.OperateOption;
import kd.bos.dataentity.entity.DynamicObject;
import kd.bos.dataentity.entity.DynamicObjectCollection;
@ -18,8 +10,6 @@ import kd.bos.dataentity.metadata.ISimpleProperty;
import kd.bos.dataentity.metadata.clr.DataEntityPropertyCollection;
import kd.bos.dataentity.metadata.dynamicobject.DynamicLocaleProperty;
import kd.bos.dataentity.metadata.dynamicobject.DynamicObjectType;
import kd.bos.entity.EntityMetadataCache;
import kd.bos.entity.MainEntityType;
import kd.bos.entity.operate.result.IOperateInfo;
import kd.bos.entity.operate.result.OperationResult;
import kd.bos.entity.property.BillTypeProp;
@ -29,7 +19,6 @@ import kd.bos.exception.KDBizException;
import kd.bos.metadata.dao.MetaCategory;
import kd.bos.metadata.dao.MetadataDao;
import kd.bos.metadata.entity.*;
import kd.bos.metadata.entity.commonfield.Field;
import kd.bos.mq.MQFactory;
import kd.bos.mq.MessagePublisher;
import kd.bos.orm.ORM;
@ -39,6 +28,8 @@ import kd.bos.servicehelper.BusinessDataServiceHelper;
import kd.bos.servicehelper.operation.SaveServiceHelper;
import kd.bos.servicehelper.user.UserServiceHelper;
import java.util.*;
/**
* 版本变更帮助类
*
@ -616,7 +607,7 @@ public class NewVersionHelper {
continue;
}
if ("id".equals(name) || "billno".equals(name)||"yem_signbackerid".equals(name)||"yem_signconfirmstatus".equals(name)||"yem_signbackdate".equals(name)
||"yem_attachmentcountfield".equals(name)) {
||"yem_attachmentcountfield".equals(name)||"yem_intauditbusano".equals(name)||"yem_intauditbusaid".equals(name)) {
continue;
}
to.set(name, from.get(name));