Explorar o código

设备和查询追溯新增查询条件

mengy %!s(int64=4) %!d(string=hai) anos
pai
achega
525afb0591

+ 2 - 2
src/main/java/com/chinaitop/depot/system/service/impl/UserInfoServiceImpl.java

@@ -15,7 +15,7 @@ import com.chinaitop.depot.system.service.UserInfoService;
15 15
 import com.chinaitop.depot.system.service.UserOrgService;
16 16
 
17 17
 import org.springframework.stereotype.Service;
18
-import org.springframework.transaction.annotation.Transactional;
18
+//import org.springframework.transaction.annotation.Transactional;
19 19
 
20 20
 import javax.annotation.Resource;
21 21
 
@@ -288,7 +288,7 @@ public class UserInfoServiceImpl implements UserInfoService {
288 288
 	}
289 289
 
290 290
 	@Override
291
-	@Transactional
291
+	//@Transactional
292 292
 	public void deleteAll(Integer userId) throws Exception {
293 293
 
294 294
 		UserInfoMapper.deleteByPrimaryKey(userId);//删除当前人