|
@@ -153,7 +153,7 @@ public class TbFamilyPhotoController extends BaseController {
|
|
*/
|
|
*/
|
|
@ApiOperation("批量上传家族相簿照片")
|
|
@ApiOperation("批量上传家族相簿照片")
|
|
@PreAuthorize("@ss.hasPermi('system:familyPhoto:upload')" )
|
|
@PreAuthorize("@ss.hasPermi('system:familyPhoto:upload')" )
|
|
- @Log(title = "家族相簿照片" , businessType = BusinessType.DELETE)
|
|
|
|
|
|
+ // @Log(title = "家族相簿照片" , businessType = BusinessType.INSERT)
|
|
@PostMapping("/batchUpload/{albumId}" )
|
|
@PostMapping("/batchUpload/{albumId}" )
|
|
public AjaxResult batchUpload(@PathVariable Long albumId, MultipartFile [] files, String modName) {
|
|
public AjaxResult batchUpload(@PathVariable Long albumId, MultipartFile [] files, String modName) {
|
|
LoginUser loginUser = tokenService.getLoginUser(ServletUtils.getRequest());
|
|
LoginUser loginUser = tokenService.getLoginUser(ServletUtils.getRequest());
|