修改了根据员工id查询客户订单明细的bug

This commit is contained in:
2025-07-14 11:30:25 +08:00
parent 66793d69f6
commit fd0504f477
27 changed files with 236 additions and 24 deletions

View File

@ -14,7 +14,7 @@ public interface UserConstant {
/**
* 用户默认头像
*/
String USER_DEFAULT_AVATAR = SystemConstant.FILE_COMMON_PREFIX + SystemConstant.DEFAULT_AVATAR_VIEW;
String USER_DEFAULT_AVATAR = SystemConstant.DEFAULT_AVATAR_VIEW;
/**