Commit 2410ff33 by zhiwj

提交门店

parent 00adb7a3
......@@ -64,5 +64,5 @@ public interface TabStoreBusinessTimeMapper {
int deleteAllByEnterpriseId(@Param("enterpriseId") Integer enterpriseId);
int deleteBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("storeIdList") List<Integer> storeIdList);
int deleteBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("storeInfoIdList") List<Integer> storeIdList);
}
\ No newline at end of file
......@@ -3,7 +3,6 @@ package com.gic.store.dao.mapper;
import com.gic.store.entity.TabStorePhoto;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
public interface TabStorePhotoMapper {
......@@ -63,7 +62,7 @@ public interface TabStorePhotoMapper {
int deleteAllByEnterpriseId(@Param("enterpriseId") Integer enterpriseId);
int deleteBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("storeIdList") List<Integer> storeIdList);
int deleteBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("storeInfoIdList") List<Integer> storeIdList);
int addAllStorePhoto(@Param("imageCode") String imageCode, @Param("imageUrl")String imageUrl, @Param("sort") int sort, @Param("enterpriseId") Integer enterpriseId);
......
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