old mode 100644
new mode 100755
| | |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.common.dao.IFileServiceDao; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | |
| | | * 应用服务 与数据库交互 |
| | | * Created by wuxw on 2017/4/5. |
| | | */ |
| | | @Service("appServiceDaoImpl") |
| | | @Service("fileServiceDaoImpl") |
| | | //@Transactional |
| | | public class FileServiceDaoImpl extends BaseServiceDao implements IFileServiceDao { |
| | | |