|
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
import com.gree.mall.manager.bean.websit.*;
|
|
import com.gree.mall.manager.bean.websit.*;
|
|
|
|
+import com.gree.mall.manager.bean.worker.SettlementPgOrderVO;
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
@@ -36,9 +37,9 @@ public interface WebsitSalesRetCMapper {
|
|
|
|
|
|
|
|
|
|
@InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
@InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
- IPage<WorkerSettlementLineVO> pgOrderList(Page page,
|
|
|
|
- @Param("ex") ZfireParamBean zfireParam,
|
|
|
|
- @Param("overTime") String overTime,
|
|
|
|
- @Param("overEndTime") String overEndTime
|
|
|
|
|
|
+ IPage<SettlementPgOrderVO> pgOrderList(Page page,
|
|
|
|
+ @Param("ex") ZfireParamBean zfireParam,
|
|
|
|
+ @Param("overTime") String overTime,
|
|
|
|
+ @Param("overEndTime") String overEndTime
|
|
);
|
|
);
|
|
}
|
|
}
|