|
|
@@ -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);//删除当前人
|