| | |
| | | import org.apache.http.util.EntityUtils; |
| | | import org.apache.log4j.Logger; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Propagation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | |
| | | public class InterfaceServiceImpl implements InterfaceService { |
| | | |
| | | private static Logger logger = Logger.getLogger(ApiAction.class); |
| | | |
| | | @Lazy |
| | | @Resource |
| | | private OpeUseFlowService opeUseFlowService; |
| | | @Resource |
| | |
| | | } |
| | | List<String> projects = sysLaboratoryContainer.selectProjectsByContainerCode(containerCode); |
| | | List<SysUser> userList = null; |
| | | if (projects != null) { |
| | | if (projects != null && projects.size() > 0){ |
| | | userList = new ArrayList<>(); |
| | | for (String project : projects) { |
| | | List<SysUser> dataList = sysUserDao.getUserListByProject(project, startTime, endTime); |
| | |
| | | continue; |
| | | } |
| | | } |
| | | int count = opeUseFlowService.getOpeUseFlow(opeUseFlow); |
| | | if (count < 1) { |
| | | |
| | | this.opeUseFlowService.insertOpeUseFlow(opeUseFlow); |
| | | this.opeUseFlowService.insertOpeUseFlow(opeUseFlow); |
| | | } |
| | | } |
| | | } |
| | | |