|
|
@@ -1876,7 +1876,7 @@ namespace Dongke.IBOSS.PRD.Service.ReportModuleLogic
|
|
|
/// <returns>sql</returns>
|
|
|
private static string GetRPT010401SSQL()
|
|
|
{
|
|
|
- string selSql =@"
|
|
|
+ string selSql = @"
|
|
|
SELECT
|
|
|
TP_PM_InProduction.BarCode,
|
|
|
TP_PM_InProduction.GoodsID,
|
|
|
@@ -1974,6 +1974,7 @@ namespace Dongke.IBOSS.PRD.Service.ReportModuleLogic
|
|
|
WHERE
|
|
|
TP_PM_InProduction.ValueFlag = 1
|
|
|
AND TP_PM_InProduction.AccountID = :AccountID
|
|
|
+ AND PD.VALUEFLAG=1
|
|
|
";
|
|
|
|
|
|
return selSql;
|