Commit 6d17baac by zhiwj

修改批量错误

parent 26f5c4e9
......@@ -71,7 +71,7 @@ public interface TabStoreInfoMapper {
int updateAllStoreStatus(@Param("enterpriseId") Integer enterpriseId, @Param("value") int value);
int updateStoreStatusBystoreInfoIds( @Param("value") int value, @Param("storeIdList") List<Integer> storeIdList);
int updateStoreStatusBystoreInfoIds( @Param("value") int value, @Param("storeInfoIdList") List<Integer> storeIdList);
int updateAllStoreConactsPhone(@Param("enterpriseId") Integer enterpriseId, @Param("value") String value);
......
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