Commit b09a81b6 by zhiwj

导购bug

parent 0f5a5c78
......@@ -117,7 +117,7 @@ public interface TabClerkMapper {
* @return java.lang.Integer
* @throws
*/
Integer getTotalClerk(@Param("enterpriseId") Integer enterpriseId, @Param("storeClerkIds") List<Integer> storeClerkIds, @Param("search") String search, @Param("status") int status);
Integer getTotalClerk(@Param("enterpriseId") Integer enterpriseId, @Param("storeClerkIds") List<Integer> storeClerkIds, @Param("search") String search, @Param("status") Integer status);
/**
* getStoreInfoIdsBySearch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment