浏览代码

Merge remote-tracking branch 'origin/master'

syh 5 年之前
父节点
当前提交
c2a7385a6e

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/AdCoverController.java

@@ -147,7 +147,7 @@ public class AdCoverController {
      */
     @ResponseBody
     @RequestMapping(value="/adlist", method = RequestMethod.GET)
-    public Result<List<AppAd>> getAdList(@RequestParam(name="photoId") String photoId, @RequestParam(name="userId") Long userId){
+    public Result<List<AppAd>> getAdList(@RequestParam(name = "photoId") String photoId, @RequestParam(name = "userId") Long userId) {
         Result<List<AppAd>> result = new Result<>();
         AppAd ad = new AppAd();
         ad.setPhotoId(Long.valueOf(photoId));