mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
auth aspect
This commit is contained in:
@@ -102,6 +102,7 @@ public class AuthAspect {
|
|||||||
auth.put("category",getAuthArrayFromInt(authDto.getProductCategory()));
|
auth.put("category",getAuthArrayFromInt(authDto.getProductCategory()));
|
||||||
auth.put("product",getAuthArrayFromInt(authDto.getProduct()));
|
auth.put("product",getAuthArrayFromInt(authDto.getProduct()));
|
||||||
auth.put("price",getAuthArrayFromInt(authDto.getPrices())); //prices
|
auth.put("price",getAuthArrayFromInt(authDto.getPrices())); //prices
|
||||||
|
auth.put("planin",getAuthArrayFromInt(authDto.getPrices())); //prices
|
||||||
auth.put("vendor",getAuthArrayFromInt(authDto.getVendor()));
|
auth.put("vendor",getAuthArrayFromInt(authDto.getVendor()));
|
||||||
auth.put("warehouse",getAuthArrayFromInt(authDto.getWarehouse()));
|
auth.put("warehouse",getAuthArrayFromInt(authDto.getWarehouse()));
|
||||||
auth.put("stock",getAuthArrayFromInt(authDto.getStock()));
|
auth.put("stock",getAuthArrayFromInt(authDto.getStock()));
|
||||||
|
|||||||
Reference in New Issue
Block a user