| | |
| | | return; |
| | | } |
| | | uploadChangeSignedFileDo(applyChange,fileUrl,path+fileUrl); |
| | | return; |
| | | } |
| | | |
| | | //委托保 加减保企业签署 |
| | |
| | | return; |
| | | } |
| | | uploadChangeMemberListSignedFileDo(applyChangeMemberList,fileUrl,path+fileUrl); |
| | | return; |
| | | } |
| | | |
| | | |
| | |
| | | return; |
| | | } |
| | | uploadUnionApplySignedFileDo(unionApply,fileUrl,path+fileUrl); |
| | | return; |
| | | } |
| | | |
| | | |
| | |
| | | return; |
| | | } |
| | | uploadUnionChangeSignedFileDo(unionChange,fileUrl,path+fileUrl); |
| | | return; |
| | | } |
| | | |
| | | |
| | |
| | | .leftJoin(DispatchUnit.class,DispatchUnit::getId,ApplyDetail::getDuId) |
| | | .isNull(ApplyDetail::getFromId) |
| | | .eq(ApplyDetail::getApplyId,model.getId()) |
| | | .orderByAsc(ApplyDetail::getId) |
| | | ); |
| | | model.setApplyDetailList(applyDetailList); |
| | | return model; |