Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gongdc/gubi

achao 2 years ago
parent
commit
9287761b52

+ 1 - 1
unimall-admin-api/src/main/java/com/iotechn/unimall/admin/api/gubi/IGubiPriceHisService.java

@@ -19,7 +19,7 @@ import java.util.Date;
  */
  */
 @HttpOpenApi(group = "admin.gubi.gubiPriceHis", description = "价格历史")
 @HttpOpenApi(group = "admin.gubi.gubiPriceHis", description = "价格历史")
 public interface IGubiPriceHisService{
 public interface IGubiPriceHisService{
-	@HttpMethod(description = "新增", permission = "admin:gubi:gubiPriceHis:add", permissionParentName = "宠物管理", permissionName = "价格历史管理")
+	@HttpMethod(description = "新增")
 	public Boolean add(@NotNull @HttpParam(name = "gubiPriceHis", type = HttpParamType.COMMON, description = "价格历史") GubiPriceHis gubiPriceHis,
 	public Boolean add(@NotNull @HttpParam(name = "gubiPriceHis", type = HttpParamType.COMMON, description = "价格历史") GubiPriceHis gubiPriceHis,
 						   @HttpParam(name = "adminId", type = HttpParamType.ADMIN_ID, description = "adminId") Long adminId)throws ServiceException;
 						   @HttpParam(name = "adminId", type = HttpParamType.ADMIN_ID, description = "adminId") Long adminId)throws ServiceException;