bug修改
This commit is contained in:
		| @ -191,7 +191,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 (xzdCustomerSuppliervo == null){ |             if (ObjectUtil.isNull(xzdCustomerSuppliervo) ){ | ||||||
|                 return null; |                 return null; | ||||||
|             } |             } | ||||||
|             if (xzdCustomerSuppliervo.getType().equals("1")){ |             if (xzdCustomerSuppliervo.getType().equals("1")){ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 lg
					lg