|
@@ -70,7 +70,7 @@ public class MuseumPictureController {
|
|
|
@Operation(summary = "查找图片")
|
|
|
public CommonResult<MuseumPictureRespVO> getMuseumPictureGroup(@RequestParam("groupId") Integer groupId) {
|
|
|
|
|
|
-// if (pictureId==null) {
|
|
|
+// if (groupId==null) {
|
|
|
// return CommonResult.error(1,"没有符合的照片组图片");
|
|
|
// }else {
|
|
|
MuseumPictureDO result = museumPictureService.selectMuseumPicture(groupId);
|