# 合同服务拆解分析2 ## 一、功能描述 ## **二、代码运行截图** ![输入图片说明](/imgs/2024-02-26/6um5BRZTnvZVoAJG.png) ![输入图片说明](/imgs/2024-02-26/6jKSb6yTAQ0tbV7l.png) ## **三、接口说明**
类地址 类名 类说明 请求方式 方法地址 方法名 方法说明
/api/contractOther ContractOtherController 其他合同 POST /archive archive 其他合同归档
POST /backtoprev backtoprev 退回上一步
POST /closeContractOther closeContractOther 关闭其他合同
POST /contractOtherApprove contractOtherApprove 保存其他合同并发起流程
POST /delete/{id} delete 根据id删除其他合同
POST /fillStamp fillStamp 其他合同补盖章
POST /get/{id} get 根据id获取其他合同详情
POST /getByCode getByCode 根据合同编号查询id其他合同详情
POST /getDocIds getDocIds 根据合同编号获取合同附件
POST /getSealcodeList getSealcodeList 获取盖章列表
POST /handle handle 处理契约锁回调
POST /handlerFlow handlerFlow 其他合同处理流程
POST /listContractOtherExp listContractOtherExp 导出其他合同列表
POST /pageList pageList 条件查询其他合同列表数据(PC)
POST /pageListMobile pageListMobile 条件查询其他合同列表数据(APP)
POST /section section 暂存其他合同
POST /updateById updateById 根据id修改其他合同
POST /updateContentByCode updateContentByCode 根据合同编号修改合同内容
POST /updateContractOther updateContractOther 修改其他合同备注和快递单号
POST /updateIsArchive updateIsArchive 修改是否归档
## **四****、核心业务流程图** ## **五、数据库** ****主要表截图如下:****