丽知:仅退款客商取值逻辑修改。

This commit is contained in:
zhengyf 2024-11-11 21:43:44 +08:00
parent 1a01a66203
commit 3e0abdab6e
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ public class RefundOnlyPluginInitializer extends PluginBaseEntity {
//wldx 往来对象标识 (0 客户 2部门 3业务员)
parentvo.setWldx("2");
//hbbm 客商==店铺,根据店铺区分tobtoc,,,编码需要转换转换称自定义项
BdCubasdocEntity entity = queryU8CEntityUtil.queryBdCubasdocBydef1(split[1]);
BdCubasdocEntity entity = queryU8CEntityUtil.getFuzzyQueryCustomers(split[1]);
if(entity==null){
Assert.state(false,"根据客商自定义项1{},未查询到客商基本档案,请假查。",split[1]);
}