md
This commit is contained in:
parent
faadf2e780
commit
0e87d0ff3f
@ -24,6 +24,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.security.access.prepost.PreAuthorize;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import java.util.List;
|
||||
|
||||
@ -44,8 +45,6 @@ public class Oms2cArticleController extends BaseController
|
||||
private IEmisArticleLikeRecordService emisArticleLikeRecordService;
|
||||
|
||||
|
||||
|
||||
|
||||
@GetMapping("/listSimple")
|
||||
public TableDataInfo listSimple(EmisArticle emisArticle)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user