Commit 4b9df0e9 authored by zhoumaotao's avatar zhoumaotao

去掉事务管理

parent 63b091da
package com.gavel.jcsj.service.impl;
import com.gavel.common.base.service.impl.BaseEditServiceImpl;
import com.gavel.persistence.sql.RecordSet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.gavel.jcsj.dao.ApilogDao;
import com.gavel.jcsj.persistent.Apilog;
import com.gavel.jcsj.service.ApilogService;
import com.gavel.jcsj.vo.ApilogCondition;
import com.gavel.jcsj.vo.ApilogVO;
import com.gavel.persistence.sql.RecordSet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service("apilogService")
@Transactional
public class ApilogServiceImpl extends BaseEditServiceImpl implements ApilogService {
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment