优化签名功能 #45
+1
-1
@@ -164,5 +164,5 @@ public interface MsCaseApplicationService {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|
||||||
AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException;
|
AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException ;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-2
@@ -1157,8 +1157,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
|||||||
* @param attach
|
* @param attach
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@Transactional
|
@Transactional(rollbackFor = Exception.class)
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException {
|
public AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException {
|
||||||
if(attach.getAnnexId()!=null){
|
if(attach.getAnnexId()!=null){
|
||||||
|
|||||||
Reference in New Issue
Block a user