Compare commits
2 Commits
5f3ae0f9f1
...
f00b98714a
| Author | SHA1 | Date | |
|---|---|---|---|
| f00b98714a | |||
| 4ff87f3996 |
@ -138,6 +138,8 @@ public class XzdCustomerSupplierServiceImpl extends ServiceImpl<XzdCustomerSuppl
|
||||
XzdCustomerSupplierVos xzdCustomerSupplierVos = new XzdCustomerSupplierVos();
|
||||
if (xzdCustomerSupplierVo != null) {
|
||||
BeanUtils.copyProperties(xzdCustomerSupplierVo,xzdCustomerSupplierVos);
|
||||
}else {
|
||||
return null;
|
||||
}
|
||||
return xzdCustomerSupplierVos;
|
||||
}
|
||||
|
||||
@ -191,7 +191,7 @@ public class XzdCustomerinformationServiceImpl extends ServiceImpl<XzdCustomerin
|
||||
for (Long id : StringUtils.splitTo(ids, Convert::toLong)) {
|
||||
|
||||
XzdCustomerSupplierVos xzdCustomerSuppliervo = xzdCustomerSupplierService.queryByIdone(id);
|
||||
if (ObjectUtil.isNull(xzdCustomerSuppliervo) ){
|
||||
if (ObjectUtil.isEmpty(xzdCustomerSuppliervo) ){
|
||||
return null;
|
||||
}
|
||||
if (xzdCustomerSuppliervo.getType().equals("1")){
|
||||
|
||||
Reference in New Issue
Block a user