仿真地图评审故障修复
This commit is contained in:
@@ -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; // 应用创建时间
|
||||
}
|
||||
|
||||
@@ -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审批流程失败");
|
||||
|
||||
Reference in New Issue
Block a user