丽知:客商自动分配修改
This commit is contained in:
parent
e29b0647f9
commit
7d0c15e11a
|
@ -164,7 +164,8 @@ public class CustdocAutoAllotPluginInitializer extends PluginBaseEntity {
|
||||||
try {
|
try {
|
||||||
BdCubasdocEntity bdCubasdocEntity = new BdCubasdocEntity();
|
BdCubasdocEntity bdCubasdocEntity = new BdCubasdocEntity();
|
||||||
// bdInvbasdocEntity.setPkInvbasdoc(invcode);
|
// bdInvbasdocEntity.setPkInvbasdoc(invcode);
|
||||||
bdCubasdocEntity.setCustcode(code);
|
bdCubasdocEntity.setDr(0L);
|
||||||
|
bdCubasdocEntity.setDef1(code);
|
||||||
bdCubasdocEntity.setDataSourceCode(ProfilesActiveConstant.LETS_DATE_SOURCE);
|
bdCubasdocEntity.setDataSourceCode(ProfilesActiveConstant.LETS_DATE_SOURCE);
|
||||||
List<BdCubasdocEntity> query = bdCubasdocDao.query(bdCubasdocEntity);
|
List<BdCubasdocEntity> query = bdCubasdocDao.query(bdCubasdocEntity);
|
||||||
if (query.size() == 0) {
|
if (query.size() == 0) {
|
||||||
|
|
Loading…
Reference in New Issue