|
@@ -126,7 +126,7 @@ public class ManagerSaleValueServiceImpl extends ServiceImpl<ManagerSaleValueMap
|
|
//运营一部:李超及其下级 李超 id:f6a6843879c949618e4a859140c8a127
|
|
//运营一部:李超及其下级 李超 id:f6a6843879c949618e4a859140c8a127
|
|
List<Long> oneAccountIds = null;
|
|
List<Long> oneAccountIds = null;
|
|
String lichaoId = "f6a6843879c949618e4a859140c8a127";
|
|
String lichaoId = "f6a6843879c949618e4a859140c8a127";
|
|
- //运营二部:兰兰及其下级 兰兰id:461857c245f54ba5813bcb5900a23092,00d630a129e4487cba5427788a1f08ce
|
|
|
|
|
|
+ //运营二部:陈思宇及其下级 陈思宇id:b07f2bdd0f914f1dab2b4e841764911f,00d630a129e4487cba5427788a1f08ce
|
|
List<Long> twoAccountIds = null;
|
|
List<Long> twoAccountIds = null;
|
|
//1 头条
|
|
//1 头条
|
|
if ("1".equals(mediaId)) {
|
|
if ("1".equals(mediaId)) {
|
|
@@ -157,7 +157,7 @@ public class ManagerSaleValueServiceImpl extends ServiceImpl<ManagerSaleValueMap
|
|
result.put("oneCharge", oneResult.getBigDecimal("totalCharge"));
|
|
result.put("oneCharge", oneResult.getBigDecimal("totalCharge"));
|
|
result.put("oneChargeRoi", oneResult.getString("chargeRoi"));
|
|
result.put("oneChargeRoi", oneResult.getString("chargeRoi"));
|
|
|
|
|
|
- //运营二部:兰兰及其下级 兰兰id:461857c245f54ba5813bcb5900a23092
|
|
|
|
|
|
+ //运营二部:陈思宇及其下级 陈思宇id:b07f2bdd0f914f1dab2b4e841764911f
|
|
twoAccountIds = baseMapper.querySalesDirectorAccountIds2(companyId, mediaId, saleTeaMber);
|
|
twoAccountIds = baseMapper.querySalesDirectorAccountIds2(companyId, mediaId, saleTeaMber);
|
|
JSONObject twoResult = baseMapper.queryTtTodayCharge2(startTime, endTime, hour, twoAccountIds, companyId, days);
|
|
JSONObject twoResult = baseMapper.queryTtTodayCharge2(startTime, endTime, hour, twoAccountIds, companyId, days);
|
|
result.put("twoCharge", twoResult.getBigDecimal("totalCharge"));
|
|
result.put("twoCharge", twoResult.getBigDecimal("totalCharge"));
|
|
@@ -194,8 +194,8 @@ public class ManagerSaleValueServiceImpl extends ServiceImpl<ManagerSaleValueMap
|
|
result.put("oneCharge", oneResult.getBigDecimal("totalCharge"));
|
|
result.put("oneCharge", oneResult.getBigDecimal("totalCharge"));
|
|
result.put("oneChargeRoi", oneResult.getString("chargeRoi"));
|
|
result.put("oneChargeRoi", oneResult.getString("chargeRoi"));
|
|
|
|
|
|
- //运营二部:兰兰及其下级 兰兰id:461857c245f54ba5813bcb5900a23092,00d630a129e4487cba5427788a1f08ce
|
|
|
|
- //专查询 兰兰组 并去除 郭浩和王雪莹账户
|
|
|
|
|
|
+ //运营二部:陈思宇及其下级 陈思宇id:b07f2bdd0f914f1dab2b4e841764911f,00d630a129e4487cba5427788a1f08ce
|
|
|
|
+ //专查询 陈思宇组 并去除 郭浩和王雪莹账户
|
|
twoAccountIds = baseMapper.querySalesDirectorAccountIds2(companyId, mediaId, saleTeaMber);
|
|
twoAccountIds = baseMapper.querySalesDirectorAccountIds2(companyId, mediaId, saleTeaMber);
|
|
JSONObject twoResult = baseMapper.queryKsTodayCharge2(startTime, endTime, hour, twoAccountIds, companyId, days);
|
|
JSONObject twoResult = baseMapper.queryKsTodayCharge2(startTime, endTime, hour, twoAccountIds, companyId, days);
|
|
result.put("twoCharge", twoResult.getBigDecimal("totalCharge"));
|
|
result.put("twoCharge", twoResult.getBigDecimal("totalCharge"));
|