|
|
|
@ -23,6 +23,7 @@ import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import java.time.LocalDate; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.List; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Set; |
|
|
|
import java.util.Set; |
|
|
|
@ -150,6 +151,7 @@ public class RpcApplySuperviseService extends ServiceImpl<RpcApplySuperviseMappe |
|
|
|
rpcApply.setApplicantEmpName(s.getEmpName()); |
|
|
|
rpcApply.setApplicantEmpName(s.getEmpName()); |
|
|
|
rpcApply.setApplicantEmpNo(s.getEmpNo()); |
|
|
|
rpcApply.setApplicantEmpNo(s.getEmpNo()); |
|
|
|
rpcApply.setRpcId(IdUtil.fastSimpleUUID()); |
|
|
|
rpcApply.setRpcId(IdUtil.fastSimpleUUID()); |
|
|
|
|
|
|
|
rpcApply.setApplyDate(LocalDate.now()); |
|
|
|
s.setRpcId(rpcApply.getRpcId()); |
|
|
|
s.setRpcId(rpcApply.getRpcId()); |
|
|
|
rpcApplyPersonService.upRpcApplyPersonSupervise(s); |
|
|
|
rpcApplyPersonService.upRpcApplyPersonSupervise(s); |
|
|
|
rpcApplyService.saveOrUpdate(rpcApply); |
|
|
|
rpcApplyService.saveOrUpdate(rpcApply); |
|
|
|
|