Commit a98e5440 by fudahua

门店分组绑定校验

parent 8fa96ef5
......@@ -137,6 +137,6 @@ public class StoreRangeServiceImpl implements StoreRangeService {
@Override
public List<TabStoreRange> queryStoreRangeByRelationId(String enterpriseId, List<String> relationIds) {
return null;
return tabHaobanStoreRangeMapper.listStoreRangeByRelationId(relationIds, 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