feat:团队

This commit is contained in:
苏竹红
2025-10-31 09:58:04 +08:00
parent ec73dad33e
commit 45a53a5607
4 changed files with 15 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ import com.cool.store.mapper.decoration.TeamAreaMappingMapper;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.stereotype.Repository;
import javax.annotation.Resource;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
@@ -20,6 +21,7 @@ import java.util.stream.Collectors;
@Repository
public class TeamAreaMappingDAO {
@Resource
private TeamAreaMappingMapper teamAreaMappingMapper;
public void batchInsert(Long teamId,List<Long> cityId){

View File

@@ -21,7 +21,7 @@
t.team_code,
t.use_system
from
zxjp_decoration_team_config
where deleted = 0
zxjp_decoration_team_config t
where t.deleted = 0
</select>
</mapper>