mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-01 19:24:57 +08:00
[feat]合并wyw-7.26外包合同管理模块1
This commit is contained in:
parent
6ca5de888f
commit
365d3de0dd
@ -42,7 +42,6 @@ public class ExtContractServiceImpl implements ExtContractService {
|
||||
|
||||
@Override
|
||||
public Long createExtContract(ExtContractSaveReqVO createReqVO) {
|
||||
|
||||
Long projectId = createReqVO.getProjectId();
|
||||
ExtContractDO extContract = BeanUtils.toBean(createReqVO, ExtContractDO.class);
|
||||
if (projectId != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user