wuxw
2022-05-10 8f61316069a6ffffb0998ed3f498bd4e3acc77e4
service-common/src/main/java/com/java110/common/api/CommonApi.java
@@ -9,7 +9,7 @@
import com.java110.core.context.BusinessServiceDataFlow;
import com.java110.core.factory.DataTransactionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -66,8 +66,8 @@
                    null);
        } finally {
            logger.debug("common服务请求报文:" + orderInfo + " 返回报文:" + responseJson.toJSONString());
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**