flat: 修改全职岗位和零工岗位问题

This commit is contained in:
yangxiao
2025-12-23 13:06:28 +08:00
parent 6ad80f08e9
commit adc762f676
17 changed files with 22621 additions and 149 deletions

View File

@@ -58,7 +58,8 @@ export const setResume = ({
education,
wage,
workplace,
telephone,
telephone,
wageUpper,
workExperience
}) => {
return request({
@@ -70,7 +71,8 @@ export const setResume = ({
wage,
workplace,
telephone,
workExperience
workExperience,
wageUpper,
},
});
};