|
@@ -1,6 +1,6 @@
|
|
|
package com.gree.mall.manager.commonmapper.workorder;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.SqlParser;
|
|
|
+import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.gree.mall.manager.bean.workorder.DispatchCherVO;
|
|
@@ -16,17 +16,17 @@ import java.util.List;
|
|
|
@Mapper
|
|
|
public interface IncreMapper {
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
IPage<IncreVO> list(IPage page, @Param("ex") ZfireParamBean zfireParam, @Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
IPage<DispatchVO> listDispatch(Page page, @Param("ex") ZfireParamBean zfireParam, @Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
IPage<WebsitDispatchVO> listDispatchWebsit(Page page, @Param("ex") ZfireParamBean zfireParamBean, @Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> pList(@Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
|
@Param("areaCode") String areaCode,
|
|
@@ -37,7 +37,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> cList(
|
|
|
@Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
@@ -49,7 +49,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> aList( @Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
|
@Param("areaCode") String areaCode,
|
|
@@ -60,7 +60,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> sList(@Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
|
@Param("areaCode") String areaCode,
|
|
@@ -71,7 +71,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> channel(
|
|
|
@Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
@@ -83,7 +83,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> smallList( @Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
|
@Param("areaCode") String areaCode,
|
|
@@ -94,7 +94,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> categoryList( @Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|
|
|
@Param("areaCode") String areaCode,
|
|
@@ -105,7 +105,7 @@ public interface IncreMapper {
|
|
|
@Param("orderSourceId") List<String> orderSourceId,
|
|
|
@Param("adminCompanyIds") List<String> adminCompanyIds);
|
|
|
|
|
|
- @SqlParser(filter = true)
|
|
|
+ @InterceptorIgnore(tenantLine = "1", blockAttack = "1", illegalSql = "1")
|
|
|
List<DispatchCherVO> sourceList(
|
|
|
@Param("pId") String pId,
|
|
|
@Param("cityCode") String cityCode,
|