人员,工资卡,合同优化修改

This commit is contained in:
方亮 2025-08-16 13:49:46 +08:00
parent a1af8ab99c
commit ba4280215f
2 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,6 @@ public class PmWorkerServiceImpl implements PmWorkerService{
int j = mapper.insertEinPro(record);
//3.bm_worker_ein_pro_record
int k = mapper.insertEinProRecord(record);
//4.pm_user 添加人员登录表 TODO
}
private void addWorkerWageCardDataAndContract(PmWorker record, List<WebFileDto> fileMsg) {

View File

@ -310,7 +310,7 @@ public class FileUtilsServiceImpl {
*/
public Integer delFileListById(String id, String sourceId, String sourceTable, String sourceType) {
List<UploadFileVo> list=mapper.getFileList(id,sourceId,sourceType,sourceTable);
int num=mapper.delFileListBySourceId(id,sourceId,sourceTable,sourceType);
int num=mapper.delFileListBySourceId(id,sourceId,sourceType,sourceTable);
if(num>0){
remoteFile(list);
}