丽知:客商分配新增客商属性 0:客户,1:供应商,2:客商

This commit is contained in:
zhengyf 2024-11-08 16:24:34 +08:00
parent 4d2ce94298
commit 2fdd86ef4f
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ public class CustdocAutoAllotPluginInitializer extends PluginBaseEntity {
CustDocAssginVo custDocAssginVo = new CustDocAssginVo();
custDocAssginVo.setPk_cubasdoc(custcode);
//TODO
// custDocAssginVo.setCustprop(custprop);
custDocAssginVo.setCustprop("2");//客商属性 0客户1供应商2客商 (V3.1版本及以上支持)
custDocAssginVo.setPk_corp(bdCorpEntity.getUnitcode());
assginvolist.add(custDocAssginVo);
}