Commit 9923f6b1 by zhiwj

导购bug

parent 940840c3
......@@ -101,7 +101,7 @@ public class ClerkApiServiceImpl implements ClerkApiService {
clerkLeader.setClerkType(0);
clerkService.update(clerkLeader);
clerkDTO.setClerkType(1);
} else {
} else if (clerkLeader == null) {
clerkDTO.setClerkType(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment