| | |
| | | import com.vci.ubcs.codeapply.object.CodeClassify; |
| | | import com.vci.ubcs.codeapply.object.R; |
| | | import com.vci.ubcs.codeapply.utils.ConfigUtils; |
| | | import com.vci.ubcs.codeapply.utils.HttpUtil; |
| | | import com.vci.ubcs.system.user.entity.User; |
| | | import lombok.SneakyThrows; |
| | | import net.logstash.logback.encoder.org.apache.commons.lang3.StringUtils; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | |
| | |
| | | if(libName.length>0) { |
| | | condtionMap.put("libName", StringUtils.join(libName,",") ); |
| | | } |
| | | R r=HttpUtil.sendGet(url+"/getRMLibByName",condtionMap,new HashMap<>()); |
| | | R r= HttpUtil.sendGet(url+"/getRMLibByName",condtionMap,new HashMap<>()); |
| | | List<CodeClassify> codeClassifyList = new ArrayList<>(); |
| | | if(r.isSuccess()){ |
| | | Object object= r.getData(); |