人员,工资卡,合同优化修改
This commit is contained in:
parent
a1af8ab99c
commit
ba4280215f
|
|
@ -89,7 +89,6 @@ public class PmWorkerServiceImpl implements PmWorkerService{
|
||||||
int j = mapper.insertEinPro(record);
|
int j = mapper.insertEinPro(record);
|
||||||
//3.bm_worker_ein_pro_record
|
//3.bm_worker_ein_pro_record
|
||||||
int k = mapper.insertEinProRecord(record);
|
int k = mapper.insertEinProRecord(record);
|
||||||
//4.pm_user 添加人员登录表 TODO
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addWorkerWageCardDataAndContract(PmWorker record, List<WebFileDto> fileMsg) {
|
private void addWorkerWageCardDataAndContract(PmWorker record, List<WebFileDto> fileMsg) {
|
||||||
|
|
|
||||||
|
|
@ -310,7 +310,7 @@ public class FileUtilsServiceImpl {
|
||||||
*/
|
*/
|
||||||
public Integer delFileListById(String id, String sourceId, String sourceTable, String sourceType) {
|
public Integer delFileListById(String id, String sourceId, String sourceTable, String sourceType) {
|
||||||
List<UploadFileVo> list=mapper.getFileList(id,sourceId,sourceType,sourceTable);
|
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){
|
if(num>0){
|
||||||
remoteFile(list);
|
remoteFile(list);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue