|
@@ -384,7 +384,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
|
|
|
int newUnitNumNow = 0;
|
|
|
if (startDate == now || entDate == now){
|
|
|
//查询 当天有效 上新计划 上新组
|
|
|
- JSONObject newEffect = materialStareMapper.getKuaiShouAccountNowBaseByUserId(operatorUserIds,null,null,now,now);
|
|
|
+ JSONObject newEffect = materialStareMapper.getKuaiShouAccountNowBaseByUserId(ids,null,null,now,now);
|
|
|
newUnitNumNow = Check.isNull(newEffect) ? 0 : newEffect.getInteger("newUnitNum");//组
|
|
|
}
|
|
|
|