v1.0.8 #15
+6
-1
@@ -434,7 +434,12 @@ public class GaoCustomerServiceImplement extends AbstractEntityService<GaoCustom
|
||||
if (TimiJava.isNotEmpty(customer.getCreatorUserId())) {
|
||||
customer.setCreatorUser(userService.get(customer.getCreatorUserId()));
|
||||
}
|
||||
loadAttachmentList(List.of(customer));
|
||||
List<GaoCustomer> detailCustomerList = new ArrayList<>();
|
||||
detailCustomerList.add(customer);
|
||||
if (customer.getIntroducerCustomer() != null) {
|
||||
detailCustomerList.add(customer.getIntroducerCustomer());
|
||||
}
|
||||
loadAttachmentList(detailCustomerList);
|
||||
}
|
||||
|
||||
private void loadListTransient(List<GaoCustomer> customerList) {
|
||||
|
||||
Reference in New Issue
Block a user