orders表sys_user_id字段进行填充

This commit is contained in:
谭凯凯 2025-01-07 16:04:24 +08:00 committed by Tankaikai
parent a5106297e0
commit 43c852ca54
1 changed files with 1 additions and 0 deletions

View File

@ -804,5 +804,6 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
return;
}
orders.setSysUserId(sysUserEntity.getUserId());
orders.setUserName(sysUserEntity.getUsername());
}
}