| | |
| | | import com.product.core.exception.BaseException; |
| | | import com.product.module.sys.version.ApiVersion; |
| | | import com.product.project.management.config.SystemCode; |
| | | import com.product.project.management.service.ProjectItemizeService; |
| | | import com.product.project.management.service.ProjectOutService; |
| | | import com.product.util.BaseUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | return this.error(e); |
| | | } catch (Exception e) { |
| | | e.printStackTrace(); |
| | | return this.error(SystemCode.PROJECT_ITEMIZE_OPERATE_ERROR.getValue(), |
| | | SystemCode.PROJECT_ITEMIZE_OPERATE_ERROR.getText() + e.getMessage()); |
| | | return this.error(SystemCode.PROJeCT_OUT_CANCELOUTBOUND_ERROR.getValue(), |
| | | SystemCode.PROJeCT_OUT_CANCELOUTBOUND_ERROR.getText() + e.getMessage()); |
| | | } |
| | | } |
| | | } |