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
  • java
  • com
  • xly
  • erp
  • module
  • usr
  • mapper
30 Apr, 2026
7 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): mapper selectByUserName + updateLastLoginDate REQ-USR-004
    9c6dcd52
    zichun authored
    2026-04-30 14:51:39 +0800  
    Browse Code »
  • feat(usr): user list mapper + vo with join REQ-USR-003
    9895c567
    zichun authored
    2026-04-30 14:36:14 +0800  
    Browse Code »
  • feat(usr): mapper#deleteByUserId for permission rebuild REQ-USR-002
    36c5912f
    zichun authored
    2026-04-30 14:26:25 +0800  
    Browse Code »
  • feat(usr): tUserPermission entity + mapper REQ-USR-001
    4cf3a3bb
    zichun authored
    2026-04-30 10:47:04 +0800  
    Browse Code »
  • feat(usr): staff + permission-category existence mappers REQ-USR-001
    56294ee0
    zichun authored
    2026-04-30 10:45:34 +0800  
    Browse Code »
  • feat(usr): tUser entity + mapper REQ-USR-001
    5ecface9
    zichun authored
    2026-04-30 10:44:41 +0800  
    Browse Code »