| | |
| | | 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(); |
| | |
| | | public void setCurrentCodeClassifyTemplateVO(CodeClassifyTemplateVO currentCodeClassifyTemplateVO) { |
| | | this.currentCodeClassifyTemplateVO = currentCodeClassifyTemplateVO; |
| | | } |
| | | |
| | | public CodeApplyFor410MainPanel getRightMainPanel() { |
| | | return rightMainPanel; |
| | | } |
| | | |
| | | public void setRightMainPanel(CodeApplyFor410MainPanel rightMainPanel) { |
| | | this.rightMainPanel = rightMainPanel; |
| | | } |
| | | |
| | | public TransmitTreeObject getTransmitTreeObject() { |
| | | return transmitTreeObject; |
| | | } |
| | | |
| | | public void setTransmitTreeObject(TransmitTreeObject transmitTreeObject) { |
| | | this.transmitTreeObject = transmitTreeObject; |
| | | } |
| | | } |