|
@@ -62,9 +62,7 @@ public class MaterialReportOverViewV2ServiceImpl implements IMaterialReportOverV
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
public List<JSONObject> getDesignTeamList(String userId, int mediaId) {
|
|
public List<JSONObject> getDesignTeamList(String userId, int mediaId) {
|
|
- //根据userID查询公司id
|
|
|
|
- String companyId = materialReportOverViewV3Mapper.getCompanyId(userId);
|
|
|
|
- List<JSONObject> designTeamList = materialReportOverViewV3Mapper.getDesignTeamList(mediaId,companyId);
|
|
|
|
|
|
+ List<JSONObject> designTeamList = materialReportOverViewV3Mapper.getDesignTeamList(userId);
|
|
if (designTeamList != null && !designTeamList.isEmpty()) {
|
|
if (designTeamList != null && !designTeamList.isEmpty()) {
|
|
//判断是否默认选中
|
|
//判断是否默认选中
|
|
for (JSONObject jsonObject : designTeamList) {
|
|
for (JSONObject jsonObject : designTeamList) {
|