44323
2023-10-07 78a4df6ad36a5cdf18d40ef539e0ce9609c71b4f
cloud-server-management/src/main/java/com/dsh/course/mapper/StoreMapper.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.dsh.guns.modular.system.model.TStore;
import com.dsh.guns.modular.system.model.TStoreListVo;
import com.dsh.guns.modular.system.model.TTurn;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -34,7 +35,7 @@
    List<Map<String, Object>> queryListOfpage(@Param("provinceCode") String provinceCode,
                                              @Param("cityCode")  String cityCode,
                                              @Param("cityManagerId")  Integer cityManagerId,
                                              @Param("operatorId")  Integer operatorId,
                                              @Param("storeName")  String storeName,
                                              @Param("page") Page<Map<String, Object>> page);
@@ -54,4 +55,7 @@
    void delete1(@Param("id") Integer id);
    List<TTurn> pageList();
    List<TTurn> getPage(@Param("ids") List<Integer> ids);
}