Logo

GitLab

Sign in

朱子纯 / test

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 90
  • Compare
  • Branches 4
  • Tags 0
  • test
  • backend
  • src
  • main
  • resources
  • mapper
  • usr
  • UserMapper.xml
06 May, 2026
1 commit
  • feat(user): wire user detail + permission categories endpoints to UserDetail page ...
    fe5a6531
    - Backend: add GET /usr/users/{id} detail endpoint that returns the user row plus its permissionCategoryIds
    - Backend: add GET /usr/permission-categories listing for the permission grid (active categories only)
    - Frontend: UserDetail consumes both endpoints to populate edit form and the permission grid
    zichun authored
    2026-05-06 13:45:13 +0800  
    Browse Dir »

30 Apr, 2026
2 commits
  • feat(staff-picker): add staff search endpoint and UserDetail typeahead ...
    3beaa61a
    Backend:
    - StaffSearchVO (iIncrement / sStaffNo / sStaffName / sDepartment)
    - StaffMapper.searchActive(keyword, limit) — LIKE on name + staff no
    - StaffController GET /api/usr/staffs?keyword=&limit=
    - UserListVO + UserMapper.xml: expose iStaffId so edit mode preserves
      the binding when user doesn't change 员工名
    
    Frontend:
    - api/staff.ts → searchStaff()
    - StaffPicker.tsx: input + dropdown with debounced search, '已绑定'
      badge when an iStaffId is bound, click outside to close, search icon
    - UserDetail: replace 员工名 PrimInput with StaffPicker; track iStaffId
      in form state; send to backend on save (no longer omitted)
    zichun authored
    2026-04-30 19:19:41 +0800  
    Browse Dir »
  • feat(usr): user list mapper + vo with join REQ-USR-003
    9895c567
    zichun authored
    2026-04-30 14:36:14 +0800  
    Browse Code »