mirror of https://github.com/jeecgboot/jeecg-boot
feat: (fixed a log.info))Reconstruct_Sku_price update place order
parent
9f6973348a
commit
cdd7f29d4a
|
@ -182,7 +182,7 @@ public class SysUserController {
|
|||
|
||||
if (depart != null && "WIA客户".equals(depart.getDepartName())) {
|
||||
String clientId = payload.getString("client");
|
||||
log.info("Initializing balance for client ID: {}", clientId);
|
||||
log.info("Add user client association for user ID: {}", user.getId());
|
||||
UserClient userClient = new UserClient();
|
||||
userClient.setUser_id(user.getId());
|
||||
userClient.setClient_id(clientId);
|
||||
|
|
Loading…
Reference in New Issue