This commit is contained in:
jiangyong27 2025-03-27 20:23:04 +08:00
parent fe6ad48054
commit ba3411ba43
1 changed files with 1 additions and 1 deletions
server/api

View File

@ -54,7 +54,7 @@ type ListSalaryReq struct {
StartMonth string `form:"start_month"`
EndMonth string `form:"end_month"`
StaffId string `form:"staff_id"`
Status string `json:"status"`
Status string `form:"status"`
}
func (s *Salary) From(m *model.StaffSalary) {