Commit c5beaa53 by 张洪旺

test

parent 0281d98b
......@@ -14,6 +14,7 @@ import com.freemud.application.sdk.api.ordercenter.response.orderInfo.OrderInfoR
import com.freemud.application.sdk.api.ordercenter.service.OrderSdkService;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.ObjectUtils;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
import static cn.freemud.management.util.ResponseCodeEnum.SUCCESS;
......@@ -23,6 +24,7 @@ import static cn.freemud.management.util.ResponseCodeEnum.SUCCESS;
*/
@Component
@Slf4j
@Order(1)
public class IntegralEventProcessor extends AbstractProcessor {
private final ScoreFeignClient scoreFeignClient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment