| | |
| | | package com.vci.web.other; |
| | | |
| | | import com.vci.client.bof.ClientBusinessObject; |
| | | import com.vci.client.bof.ClientBusinessObjectOperation; |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.corba.common.VCIError; |
| | | import com.vci.starter.web.constant.QueryOptionConstant; |
| | | import com.vci.starter.web.util.VciBaseUtil; |
| | | import com.vci.web.annotation.FlowNotifyBefore; |
| | | import com.vci.web.annotation.FlowNotifyWeb; |
| | | import com.vci.web.bo.FlowNoticeInfo; |
| | |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import plm.bs.bom.clientobject.ClientBusinessObject; |
| | | import plm.bs.bom.clientobject.ClientBusinessObjectOperation; |
| | | |
| | | import java.util.*; |
| | | |
| | |
| | | operation.batchUpdateBuinessObject(allCodeList.toArray(new ClientBusinessObject[0])); |
| | | logger.info("编码生命周期恢复完成"); |
| | | } |
| | | } catch (PLException | VCIError e) { |
| | | } catch (PLException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | } |