v1.0.16 #25

Merged
timi merged 1 commits from dev into master 2026-08-16 03:37:09 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<groupId>com.imyeyu.timiserverapi</groupId>
<artifactId>TimiServerAPI</artifactId>
<version>1.0.15</version>
<version>1.0.16</version>
<packaging>jar</packaging>
<name>TimiServerAPI</name>
<description>imyeyu.com API</description>
@@ -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);