Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@ -138,6 +138,8 @@ public class XzdCustomerSupplierServiceImpl extends ServiceImpl<XzdCustomerSuppl
|
|||||||
XzdCustomerSupplierVos xzdCustomerSupplierVos = new XzdCustomerSupplierVos();
|
XzdCustomerSupplierVos xzdCustomerSupplierVos = new XzdCustomerSupplierVos();
|
||||||
if (xzdCustomerSupplierVo != null) {
|
if (xzdCustomerSupplierVo != null) {
|
||||||
BeanUtils.copyProperties(xzdCustomerSupplierVo,xzdCustomerSupplierVos);
|
BeanUtils.copyProperties(xzdCustomerSupplierVo,xzdCustomerSupplierVos);
|
||||||
|
}else {
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
return xzdCustomerSupplierVos;
|
return xzdCustomerSupplierVos;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -189,7 +189,7 @@ public class XzdCustomerinformationServiceImpl extends ServiceImpl<XzdCustomerin
|
|||||||
for (Long id : StringUtils.splitTo(ids, Convert::toLong)) {
|
for (Long id : StringUtils.splitTo(ids, Convert::toLong)) {
|
||||||
|
|
||||||
XzdCustomerSupplierVos xzdCustomerSuppliervo = xzdCustomerSupplierService.queryByIdone(id);
|
XzdCustomerSupplierVos xzdCustomerSuppliervo = xzdCustomerSupplierService.queryByIdone(id);
|
||||||
if (ObjectUtil.isNull(xzdCustomerSuppliervo) ){
|
if (ObjectUtil.isEmpty(xzdCustomerSuppliervo) ){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (xzdCustomerSuppliervo.getType()!= null && xzdCustomerSuppliervo.getType().equals("1")){
|
if (xzdCustomerSuppliervo.getType()!= null && xzdCustomerSuppliervo.getType().equals("1")){
|
||||||
|
|||||||
Reference in New Issue
Block a user