|
|
@@ -417,8 +417,7 @@ public class PcBladeSalesForecastMainServiceImpl extends BaseServiceImpl<PcBlade
|
|
|
QueryWrapper<PcBladeSalesForecastMain> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("year", year)
|
|
|
.eq("month", month)
|
|
|
- .eq("customer_id", customerId);
|
|
|
-
|
|
|
+ .eq("CUSTOMER_ID", customerId);
|
|
|
// 存在相同条件的主表记录则返回true
|
|
|
return baseMapper.selectCount(queryWrapper) > 0;
|
|
|
}
|