测试 #9

Merged
pxwi83ejl merged 2 commits from edu/Manger into develop 1 year ago

@ -60,7 +60,7 @@ public class ExamquestionController {
EntityWrapper<ExamquestionEntity> ew = new EntityWrapper<ExamquestionEntity>();
PageUtils page = examquestionService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, examquestion), params), params));
return R.ok().put("data", page);
return R.ok().put("data", page);//测试
}
/**

@ -78,7 +78,7 @@ public class KechengleixingController {
*
*/
@RequestMapping("/lists")
public R list( KechengleixingEntity kechengleixing){
public R list( KechengleixingEntity kechengleixing){ //测试
EntityWrapper<KechengleixingEntity> ew = new EntityWrapper<KechengleixingEntity>();
ew.allEq(MPUtil.allEQMapPre( kechengleixing, "kechengleixing"));
return R.ok().put("data", kechengleixingService.selectListView(ew));

Loading…
Cancel
Save