优化签名功能
This commit is contained in:
+1
-1
@@ -164,5 +164,5 @@ public interface MsCaseApplicationService {
|
||||
* @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
|
||||
* @return
|
||||
*/
|
||||
@Transactional
|
||||
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
@Override
|
||||
public AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException {
|
||||
if(attach.getAnnexId()!=null){
|
||||
|
||||
Reference in New Issue
Block a user