Browse Source

技术服务评价导出新增所有评价备注

anderx 1 year ago
parent
commit
e308773d24

+ 2 - 0
src/main/java/com/goafanti/customer/service/impl/UserOutboundServiceImpl.java

@@ -20,6 +20,7 @@ import com.goafanti.customer.service.UserOutboundService;
 import org.apache.shiro.crypto.hash.SimpleHash;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.socket.TextMessage;
 
 import javax.annotation.Resource;
@@ -153,6 +154,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
     }
 
     @Override
+    @Transactional
     public Object pushCallCompleted(InputCallCompleter in) {
         Map<String, Object> notify = in.getNotify();
         String staffNo=String.valueOf(notify.get("staffNo"));