v1.0.16
CI / build-deploy (pull_request) Successful in 23s
CI / notify-on-failure (pull_request) Skipped

This commit is contained in:
Timi
2026-08-16 11:36:02 +08:00
parent bdc4cbb240
commit 3d4e32e5da
2 changed files with 2 additions and 2 deletions
@@ -377,7 +377,7 @@ public class GaoCustomerServiceImplement extends AbstractEntityService<GaoCustom
}
private void changeInvitedCount(String customerId, long delta) {
if (delta == 0) {
if (TimiJava.isEmpty(customerId) || delta == 0) {
return;
}
GaoCustomer customer = get(customerId);