| 
															
																@@ -1388,10 +1388,11 @@ public class CustomerServiceImpl implements CustomerService { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @Override 
															 | 
															
															 | 
															
																     @Override 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     public List<CustomerCommon> listCustomerCommons(CustomerCommon customerCommon) { 
															 | 
															
															 | 
															
																     public List<CustomerCommon> listCustomerCommons(CustomerCommon customerCommon) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         List<CustomerCommon> customerCommonList  = new ArrayList<>(); 
															 | 
															
															 | 
															
																         List<CustomerCommon> customerCommonList  = new ArrayList<>(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        customerCommonList.add(customerCommon); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-        for (CustomerCommon c : customerCommonList) { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        //customerCommonList.add(customerCommon); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+        for (int i = 0; i <= 0; i++) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            CustomerCommon c = customerCommon; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             RelationOrder relationOrder = new RelationOrder(); 
															 | 
															
															 | 
															
																             RelationOrder relationOrder = new RelationOrder(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-            relationOrder.setRelationId(c.getRelationId()); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            relationOrder.setRelationCustomerId(c.getCustomerId()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             List<RelationOrder> relationOrderList = relationOrderMapper.getRelationOrderList(relationOrder); 
															 | 
															
															 | 
															
																             List<RelationOrder> relationOrderList = relationOrderMapper.getRelationOrderList(relationOrder); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             List<SalesOrder> orderList = new ArrayList<>(); 
															 | 
															
															 | 
															
																             List<SalesOrder> orderList = new ArrayList<>(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             for (RelationOrder ro : relationOrderList) { 
															 | 
															
															 | 
															
																             for (RelationOrder ro : relationOrderList) { 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -1418,6 +1419,7 @@ public class CustomerServiceImpl implements CustomerService { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             ComplaintSignclosedInfo record = new ComplaintSignclosedInfo(); 
															 | 
															
															 | 
															
																             ComplaintSignclosedInfo record = new ComplaintSignclosedInfo(); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             record.setSignclosedCustomerId(c.getCustomerId()); 
															 | 
															
															 | 
															
																             record.setSignclosedCustomerId(c.getCustomerId()); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             c.setSignclosedInfos(complaintSignclosedInfoMapper.listSignclosed(record)); 
															 | 
															
															 | 
															
																             c.setSignclosedInfos(complaintSignclosedInfoMapper.listSignclosed(record)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            customerCommonList.add(c); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         } 
															 | 
															
															 | 
															
																         } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         return customerCommonList; 
															 | 
															
															 | 
															
																         return customerCommonList; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     } 
															 | 
															
															 | 
															
																     } 
															 |