| | |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
| | | import com.vci.ubcs.code.applyjtcodeservice.service.*; |
| | | import com.vci.ubcs.code.applyjtcodeservice.entity.DockingPreApplyForm; |
| | | import com.vci.ubcs.code.feign.ICodeClassifyClient; |
| | | import com.vci.ubcs.code.applyjtcodeservice.service.*; |
| | | import com.vci.ubcs.code.applyjtcodeservice.vo.*; |
| | | import com.vci.ubcs.code.applyjtcodeservice.vo.collection.DockingPreAttrMappingVOList; |
| | | import com.vci.ubcs.code.applyjtcodeservice.wrapper.DockingPreApplyFormWrapper; |
| | |
| | | return R.fail("集团码申请失败:"+e.getMessage()); |
| | | } |
| | | } |
| | | |
| | | /*** |
| | | * 更新集团编码数据 |
| | | * @return |
| | | */ |
| | | @PostMapping( "/receiveEditApply") |
| | | @ApiOperationSupport(order = 2) |
| | | @ApiOperation(value = "集团码申请", notes = "dockingPreAttrMappingVOList") |
| | | public R receiveEditApply(String oids,String btmName){ |
| | | List<BaseModelVO> BaseModelVOs=new ArrayList<>(); |
| | | try { |
| | | return groupMdmInterService.receiveEditApply(oids,btmName); |
| | | }catch (Throwable e){ |
| | | return R.fail("集团码更新失败:"+e.getMessage()); |
| | | } |
| | | } |
| | | |
| | | /*** |
| | | * 同步集团模型视图 |