Commit c8c1b19c authored by wuwz's avatar wuwz

Merge branch 'dev-chw-wwz' into dev-chw

parents e79c5b33 a0d734e2
......@@ -19,6 +19,7 @@ import com.xxfc.platform.order.feign.OrderFeign;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Comparator;
import java.util.Date;
......@@ -28,6 +29,7 @@ import java.util.List;
@Service
@Slf4j
public class UserCommentBiz extends BaseBiz<UserCommentMapper, UserComment>{
@Autowired
private OrderFeign orderFeign;
......
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