add registration event rank
This commit is contained in:
+6
-1
@@ -434,7 +434,12 @@ public class GaoCustomerServiceImplement extends AbstractEntityService<GaoCustom
|
|||||||
if (TimiJava.isNotEmpty(customer.getCreatorUserId())) {
|
if (TimiJava.isNotEmpty(customer.getCreatorUserId())) {
|
||||||
customer.setCreatorUser(userService.get(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) {
|
private void loadListTransient(List<GaoCustomer> customerList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user