|
|
@ -75,7 +75,7 @@ public class InvWarehouseController extends BaseController {
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
@GetMapping("spms/inv/warehouse/findByDept")
|
|
|
|
@GetMapping("spms/inv/warehouse/findByDeptUser")
|
|
|
|
public BaseResponse findByDept(FilterInvWarehouseRequest filterInvWarehouseRequest) {
|
|
|
|
public BaseResponse findByDept(FilterInvWarehouseRequest filterInvWarehouseRequest) {
|
|
|
|
AuthAdmin authAdmin = getUser();
|
|
|
|
AuthAdmin authAdmin = getUser();
|
|
|
|
filterInvWarehouseRequest.setUserId(authAdmin.getId());
|
|
|
|
filterInvWarehouseRequest.setUserId(authAdmin.getId());
|
|
|
|