丽知:仅退款客商取值逻辑修改。
This commit is contained in:
parent
1a01a66203
commit
3e0abdab6e
|
@ -411,7 +411,7 @@ public class RefundOnlyPluginInitializer extends PluginBaseEntity {
|
|||
//wldx 往来对象标识 (0 客户 2部门 3业务员)
|
||||
parentvo.setWldx("2");
|
||||
//hbbm 客商==店铺,根据店铺区分tob、toc,,,编码需要转换,转换称自定义项。
|
||||
BdCubasdocEntity entity = queryU8CEntityUtil.queryBdCubasdocBydef1(split[1]);
|
||||
BdCubasdocEntity entity = queryU8CEntityUtil.getFuzzyQueryCustomers(split[1]);
|
||||
if(entity==null){
|
||||
Assert.state(false,"根据客商自定义项1:{},未查询到客商基本档案,请假查。",split[1]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue