优化签名功能 #45

Merged
qtz merged 2 commits from qtz into dev 2024-01-26 07:01:35 +00:00
2 changed files with 2 additions and 3 deletions
@@ -164,5 +164,5 @@ public interface MsCaseApplicationService {
* @return
*/
AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException;
AjaxResult confirmMediation(MsCaseAttachVO attach) throws EsignDemoException, InterruptedException ;
}
@@ -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){