liuxm
2024-06-06 432a1b0c4dd251f686e9bb7950c4868aaf3e4ed7
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java
@@ -1,7 +1,6 @@
package com.dy.pmsPlatform.product;
import com.alibaba.excel.converters.Converter;
import com.alibaba.fastjson2.JSON;
import com.dy.common.aop.SsoPowerAop;
import com.dy.common.webUtil.BaseResponse;
import com.dy.common.webUtil.BaseResponseUtils;
@@ -134,7 +133,7 @@
        try{
            PltProduct pro=proSv.selectById(id);
            return BaseResponseUtils.buildSuccess(JSON.toJSON(pro));
            return BaseResponseUtils.buildSuccess(pro);
        }catch (Exception e){
            log.error("根据ID查询产品异常", e);
            return BaseResponseUtils.buildException(e.getMessage());