4661116a by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent c7ffca4a
......@@ -207,7 +207,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
queryWrapper.eq(MfEnterpriseChangeApprove::getBizApproveState, ApprovalStateEnum.PASSED.getValue());
queryWrapper.le(MfEnterpriseChangeApprove::getCreateTime, createTime);
queryWrapper.orderByDesc(MfEnterpriseChangeApprove::getCreateTime);
queryWrapper.last(" limit 1 ");
queryWrapper.last(" limit 2 ");
List<MfEnterpriseChangeApprove> approveList = mfEnterpriseChangeApproveService.list(queryWrapper);
if(CollectionUtils.isEmpty(approveList)){
return new ArrayList<>();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!