|
@@ -85,7 +85,7 @@ public class UserSalaryManageServiceImpl implements UserSalaryManageService {
|
|
|
}
|
|
|
|
|
|
|
|
|
- baseMapper.updateById(dto);
|
|
|
+ baseMapper.updateDataById(dto);
|
|
|
ObsFileUtil.editFile(dto.getFileList(), dto.getUserId(), 10);
|
|
|
List<UserSalaryDetail> userSalaryDetailList = dto.getUserSalaryDetailList();
|
|
|
for (UserSalaryDetail userSalaryDetail : userSalaryDetailList) {
|