| | |
| | | package com.vci.web.service.impl; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.starter.revision.service.RevisionModelUtil; |
| | | import com.vci.starter.web.annotation.Column; |
| | | import com.vci.starter.web.constant.FrameWorkLcStatusConstant; |
| | |
| | | * @throws VciBaseException 参数为空,方案不存在会抛出异常 |
| | | */ |
| | | @Override |
| | | public void productCodeFile(String oid) throws VciBaseException { |
| | | public void productCodeFile(String oid) throws VciBaseException, PLException { |
| | | OsCodeGenSchemaDO codeGenSchemaDO = selectByOid(oid); |
| | | //处理临时文件夹,在临时文件夹中添加codes/{业务类型的英文名称} |
| | | String tempFolder =LocalFileUtil.getProjectFolder(); |