仿真地图评审故障修复

This commit is contained in:
daiqy88
2025-11-13 14:30:15 +08:00
parent 2faf3a0985
commit 1976207d2e
5 changed files with 18 additions and 8 deletions

View File

@@ -34,9 +34,9 @@ public class AppCenterItemBean extends BaseBean {
public String comment; // 应用描述
public String tenantId; //租户ID
public long tenantId; //租户ID
public String creator; // 应用创建者
public long creator; // 应用创建者
public String createTime; // 应用创建时间
}

View File

@@ -195,7 +195,6 @@ public class SimulationApproveServiceImpl implements ISimulatinoApprovalService
SdmResponse sdmResponse = SdmResponse.success();
String url = cidUrl+launchApprovePath;
String cidFlowId = launchCidApprovalFlow(flowBean.templateId, flowBean.userId,flowBean.tenantId,url);
if (cidFlowId.isEmpty()) {
sdmResponse = SdmResponse.failed("发起Cid审批流程失败");