Commit 26f5c4e9 by zhiwj

修改批量错误

parent 7c5f8f73
......@@ -79,7 +79,7 @@ public interface TabStoreInfoMapper {
int updateAllStoreBrand(@Param("enterpriseId") Integer enterpriseId, @Param("value") String value);
int updateStoreBrandBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("value") String value, @Param("storeIdList") List<Integer> storeIdList);
int updateStoreBrandBystoreInfoIds(@Param("enterpriseId") Integer enterpriseId, @Param("value") String value, @Param("storeInfoIdList") List<Integer> storeIdList);
StoreDTO getByStoreNameAndStoreCode(@Param("enterpriseId") Integer enterpriseId,@Param("storeName") String storeName, @Param("storeCode") String storeCode);
......
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