|
|
@@ -2241,7 +2241,7 @@ namespace Dongke.IBOSS.PRD.Service.ReportModuleLogic
|
|
|
" left join TP_MST_Goods Goods on TP_PM_InProduction.GoodsID=Goods.GoodsID " +
|
|
|
" left join tp_mst_goodstype gt on gt.goodstypeid = Goods.goodstypeid " +
|
|
|
" Where TP_PM_InProduction.ValueFlag = 1 " +
|
|
|
- " and TP_PM_InProduction.GoodsLevelTypeID <> 20 " +
|
|
|
+ " and (TP_PM_InProduction.GoodsLevelTypeID is null or TP_PM_InProduction.GoodsLevelTypeID <> 20) " +
|
|
|
" and TP_PM_InProduction.AccountID=:AccountID ";
|
|
|
|
|
|
return selSql;
|