Commit 2995e7eb by fudahua

批量处理关联关系

parent bbb1dae4
...@@ -70,7 +70,7 @@ public interface TabHaobanStoreRelationMapper { ...@@ -70,7 +70,7 @@ public interface TabHaobanStoreRelationMapper {
* @param enterpriseId * @param enterpriseId
* @return * @return
*/ */
public int deleteStoreRalationByStoreIds(@Param("enterpriseId") String enterpriseId, Set<String> storeIds); public int deleteStoreRalationByStoreIds(@Param("enterpriseId") String enterpriseId, @Param("storeIds") Set<String> storeIds);
/** /**
* 所有门店id * 所有门店id
......
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