|
@@ -3,7 +3,6 @@ package com.gree.mall.manager.commonmapper;
|
|
|
import com.baomidou.mybatisplus.annotation.SqlParser;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import com.gree.mall.manager.annotation.DataPermission;
|
|
|
import com.gree.mall.manager.bean.activity.PromotionActivityVO;
|
|
|
import com.gree.mall.manager.bean.admin.AdminCompanyPayConfigVO;
|
|
|
import com.gree.mall.manager.bean.charging.ChargingStandardBean;
|
|
@@ -121,7 +120,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WebsitStockVO> websitStockList(IPage page,@Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -131,7 +129,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WebsitStockPVO> websitStockPList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -141,7 +138,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WebsitStockAccVO> websitStockAccList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -152,7 +148,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WebsitStockAccPVO> websitStockAccPList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -162,7 +157,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WorkerStockVO> workerStockList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -172,7 +166,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WorkerStockAccVO> workerStockAccList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -183,7 +176,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WorkerStockPVO> workerStockPList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -194,7 +186,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<WorkerStockAccPVO> workerStockAccPList(IPage page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -207,7 +198,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<OrderSmallTypeVO> orderSmallTypeList(IPage page,@Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
@@ -217,7 +207,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
public IPage<OrderBaseVO> orderBaseList(IPage page, @Param("ex") WorkOrderZfireParam zfireParamBean,@Param("adminUserType") Integer adminUserType);
|
|
|
|
|
@@ -315,7 +304,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<UserWaitVO> userWaitList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -333,7 +321,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<IncreOrderVO> increOrderSettleList(Page page, @Param("ex") ZfireParamBean zfireParamBean, @Param("isSettleList") Boolean isSettleList);
|
|
|
|
|
|
/**
|
|
@@ -342,7 +329,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<WebsitOrderSettleCountVO> websitOrderSettleCountList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -359,7 +345,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
@SqlParser(filter = true)
|
|
|
IPage<OrderBase2VO> orderBaseList2(Page page, @Param("ex") WorkOrderZfireParam zfireParamBean, @Param("adminUserType") Integer adminUserType);
|
|
|
|
|
@@ -369,7 +354,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<WorkerOrderSettleCountVO> workerOrderSettleCountList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -378,7 +362,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsMaterialVO> goodsMaterialList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -387,7 +370,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseVO> goodsPurchaseList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -396,7 +378,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseItemVO> goodsPurchaseItemList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -405,7 +386,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseCodeVO> goodsPurchaseCodeList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
|
|
@@ -415,7 +395,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<OrderInfoVO> queryOrderInfoList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -424,7 +403,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseRetVO> goodsPurchaseRetList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -433,7 +411,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseRetItemVO> goodsPurchaseRetItemList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -442,7 +419,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsPurchaseRetCodeVO> goodsPurchaseRetCodeList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
|
|
@@ -452,7 +428,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsMaterialStockAccVO> goodsMaterialStockAccList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -461,7 +436,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<OrderEnginBaseVO> orderEnginBaseList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -470,14 +444,12 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<PunishOrderVO> punishOrderList(Page page,@Param("ex") ExamineZfireParamBean zfireParamBean);
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 线下销售退货单
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<OrderOfflineRefundVO> orderOfflineRefundList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
|
|
@@ -487,7 +459,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<SettleExpenseVO> workerSettleExpenseGatherList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -496,7 +467,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<SettleExpenseItemVO> workerSettleExpenseList(Page page, @Param("ex") ZfireParamBean zfireParamBean, @Param("workerId") String workerId);
|
|
|
|
|
|
/**
|
|
@@ -505,7 +475,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<SettleMonthWagesVO> settleMonthWagesGatherList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -514,7 +483,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<SettleMonthWagesWorkerVO> settleMonthWagesList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|
|
@@ -531,7 +499,6 @@ public interface CommonMapper {
|
|
|
* @param companyWechatIds
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<GoodsLeaseBean> goodsLeaseList(Page<Object> objectPage, @Param("keyword") String keyword,
|
|
|
@Param("categoryIds") List<String> categoryIds,
|
|
|
@Param("startPrice") BigDecimal startPrice,
|
|
@@ -557,7 +524,6 @@ public interface CommonMapper {
|
|
|
* @param companyWechatIds
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<LeaseOrderVO> leaseOrderList(Page<Object> objectPage,
|
|
|
@Param("orderId") String orderId,
|
|
|
@Param("goodsName") String goodsName,
|
|
@@ -585,7 +551,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<PromotionQuestionnairVO> promotionQuestionnairList(Page page,@Param("ex") ZfireParamBean zfireParamBean,@Param("status") Integer status);
|
|
|
|
|
|
/**
|
|
@@ -594,7 +559,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<PromotionActivityVO> promotionActivityList(Page page, @Param("ex") ZfireParamBean zfireParamBean, @Param("websitId") String websitId);
|
|
|
|
|
|
/**
|
|
@@ -603,7 +567,6 @@ public interface CommonMapper {
|
|
|
* @param zfireParamBean
|
|
|
* @return
|
|
|
*/
|
|
|
- @DataPermission
|
|
|
IPage<ESGoodsVO> esGoodsList(Page page, @Param("ex") ZfireParamBean zfireParamBean);
|
|
|
|
|
|
/**
|