Преглед изворни кода

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

anderx пре 1 година
родитељ
комит
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.apache.shiro.crypto.hash.SimpleHash;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
 import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.socket.TextMessage;
 import org.springframework.web.socket.TextMessage;
 
 
 import javax.annotation.Resource;
 import javax.annotation.Resource;
@@ -153,6 +154,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
     }
     }
 
 
     @Override
     @Override
+    @Transactional
     public Object pushCallCompleted(InputCallCompleter in) {
     public Object pushCallCompleted(InputCallCompleter in) {
         Map<String, Object> notify = in.getNotify();
         Map<String, Object> notify = in.getNotify();
         String staffNo=String.valueOf(notify.get("staffNo"));
         String staffNo=String.valueOf(notify.get("staffNo"));