|
@@ -23,6 +23,8 @@ import com.zfire.mall.manager.commonmapper.listV2.CommonCMapper;
|
|
|
import com.zfire.mall.manager.constant.Constant;
|
|
|
import com.zfire.mall.manager.constant.KingDeeCons;
|
|
|
import com.zfire.mall.manager.enums.IsEnum;
|
|
|
+import com.zfire.mall.manager.enums.JiaXianCostTypeEnum;
|
|
|
+import com.zfire.mall.manager.enums.JiaXianProcessStatusEnum;
|
|
|
import com.zfire.mall.manager.exception.RemoteServiceException;
|
|
|
import com.zfire.mall.manager.logic.OperatorLogic;
|
|
|
import com.zfire.mall.manager.logic.common.CommonLogic;
|
|
@@ -417,6 +419,7 @@ public class K3CustomerLogic {
|
|
|
}
|
|
|
|
|
|
kingDeeCustomer.setId(kingDeeCustomer.getNumber());
|
|
|
+ kingDeeCustomer.setJiaxianType("KING");
|
|
|
|
|
|
kingDeeCustomer.insert();
|
|
|
|
|
@@ -433,6 +436,7 @@ public class K3CustomerLogic {
|
|
|
}
|
|
|
|
|
|
kingDeeCustomer.setId(kingDeeCustomer.getNumber());
|
|
|
+ kingDeeCustomer.setJiaxianType("KING");
|
|
|
|
|
|
kingDeeCustomer.updateById();
|
|
|
|
|
@@ -480,6 +484,7 @@ public class K3CustomerLogic {
|
|
|
kingDeeCustomer.setInvoicePhone((String)row.get(9));
|
|
|
kingDeeCustomer.setInvoiceAddress((String)row.get(10));
|
|
|
kingDeeCustomer.setEmail((String)row.get(11));
|
|
|
+ kingDeeCustomer.setJiaxianType("KING");
|
|
|
|
|
|
if (StringUtils.isEmpty((String)row.get(12)) )
|
|
|
throw new RemoteServiceException("第"+index+"行,是否为集团公司(是/否)填入有误");
|