Explorar o código

Merge remote-tracking branch 'origin/master'

syh %!s(int64=5) %!d(string=hai) anos
pai
achega
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));