mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-01 19:24:57 +08:00
[feat] 新增外部合同的流程管理
This commit is contained in:
parent
b80f413c06
commit
5f2cb54ab9
@ -25,7 +25,6 @@ public interface ExtContractHistoryMapper extends BaseMapperX<ExtContractHistory
|
||||
.eqIfPresent(ExtContractHistoryDO::getStatus, reqVO.getStatus())
|
||||
|
||||
.eqIfPresent(ExtContractHistoryDO::getProcessStatus, reqVO.getProcessStatus())
|
||||
.eqIfPresent(ExtContractHistoryDO::getContractId, reqVO.getContractId())
|
||||
.eqIfPresent(ExtContractHistoryDO::getExtContractId, reqVO.getExtContractId())
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user