|
|
@ -97,6 +97,7 @@ public class QmsSubmitApiController { |
|
|
|
@GetMapping("/page") |
|
|
|
public R<PageVo<QmsFormSubmit>> getPage(QmsFormSubmit param){ |
|
|
|
LambdaQueryWrapper<QmsFormSubmit> formSubmitWrapper = new LambdaQueryWrapper<>(param); |
|
|
|
formSubmitWrapper.orderByDesc(QmsFormSubmit::getCreateTime); |
|
|
|
formSubmitWrapper.eq(QmsFormSubmit::getUserId,wxUserService.getCurrentWxUser().getSysUserId()); |
|
|
|
PageUtil.startPage(); |
|
|
|
List<QmsFormSubmit> list = qmsFormSubmitService.list(formSubmitWrapper); |
|
|
|