wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-common/src/main/java/com/java110/common/api/CommonApi.java
old mode 100644 new mode 100755
@@ -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();
    }
    /**