Merge branch 'qtz' of SH-Arbitrate/Mediation-Backend into dev
This commit was merged in pull request #68.
This commit is contained in:
+7
-2
@@ -776,8 +776,11 @@ public class MsSignSealServiceImpl implements MsSignSealService {
|
|||||||
String urlapply = signUrlData.get("shortUrl").getAsString();
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
||||||
sealSignRecordres.setSealUrl(urlapply);
|
sealSignRecordres.setSealUrl(urlapply);
|
||||||
}
|
}
|
||||||
|
return AjaxResult.success(sealSignRecordres);
|
||||||
|
}else {
|
||||||
|
return AjaxResult.error();
|
||||||
}
|
}
|
||||||
return AjaxResult.success(sealSignRecordres);
|
|
||||||
|
|
||||||
}else if(roleNames.contains("被申请人")){
|
}else if(roleNames.contains("被申请人")){
|
||||||
SealSignRecord sealSignRecordres = new SealSignRecord();
|
SealSignRecord sealSignRecordres = new SealSignRecord();
|
||||||
@@ -796,8 +799,10 @@ public class MsSignSealServiceImpl implements MsSignSealService {
|
|||||||
JsonObject signUrlData = signUrlJsonObject.getAsJsonObject("data");
|
JsonObject signUrlData = signUrlJsonObject.getAsJsonObject("data");
|
||||||
String urlapply = signUrlData.get("shortUrl").getAsString();
|
String urlapply = signUrlData.get("shortUrl").getAsString();
|
||||||
sealSignRecordres.setSealUrl(urlapply);
|
sealSignRecordres.setSealUrl(urlapply);
|
||||||
|
return AjaxResult.success(sealSignRecordres);
|
||||||
|
}else {
|
||||||
|
return AjaxResult.error();
|
||||||
}
|
}
|
||||||
return AjaxResult.success(sealSignRecordres);
|
|
||||||
}
|
}
|
||||||
return AjaxResult.success();
|
return AjaxResult.success();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user