| | |
| | | @PutMapping("easyphoto") |
| | | public R putEasyPhoto (@RequestBody ComActEasyPhotoVO comActEasyPhotoVO){ |
| | | Long id = comActEasyPhotoVO.getId(); |
| | | if (ObjectUtils.isEmpty(id)) { |
| | | if (null==id||id==0) { |
| | | return R.fail("随手拍主键不能为空"); |
| | | } |
| | | Long userId = this.getUserId(); |
| | |
| | | @PutMapping("microwish") |
| | | public R putMicroWish (@RequestBody ComActMicroWishVO comActMicroWishVO){ |
| | | Long id = comActMicroWishVO.getId(); |
| | | if (ObjectUtils.isEmpty(id)) { |
| | | if (null==id||id==0) { |
| | | return R.fail("微心愿主键不能为空"); |
| | | } |
| | | Long userId = this.getUserId(); |