|
@@ -311,7 +311,7 @@ public class ProductScrmController extends AppBaseController {
|
|
|
* @return R
|
|
* @return R
|
|
|
* **/
|
|
* **/
|
|
|
@ApiOperation("校验说明书查看权限")
|
|
@ApiOperation("校验说明书查看权限")
|
|
|
- @PostMapping("/getCartsMultiStore")
|
|
|
|
|
|
|
+ @PostMapping("/instructionsViewable")
|
|
|
public R instructionsViewable(@RequestBody FsStoreCartCountParam param){
|
|
public R instructionsViewable(@RequestBody FsStoreCartCountParam param){
|
|
|
Long userId = Long.parseLong(getUserId());
|
|
Long userId = Long.parseLong(getUserId());
|
|
|
if(userId == null){
|
|
if(userId == null){
|