|
|
@@ -3511,7 +3511,9 @@ namespace Dongke.IBOSS.PRD.Service.PMModuleLogic
|
|
|
{
|
|
|
con.Open();
|
|
|
// hg5020 半检只定成型和干补的责任 by chenxy 2020-03-30
|
|
|
- string sqlString = @"select
|
|
|
+ // and(TP_PM_ProductionDataIn.modeltype = 8 or(TP_PM_ProductionDataIn.modeltype = 5 and(exists(select 1 from tp_pm_groutingdailydetail gdd where gdd.groutingdailydetailID = TP_PM_ProductionDataIn.groutingdailydetailID and gdd.SPECIALREPAIRFLAG = '0'))))
|
|
|
+ // and (TP_PM_ProductionDataIn.modeltype <> 5 or (exists (select 1 from tp_pm_groutingdailydetail gdd where gdd.groutingdailydetailID=TP_PM_ProductionDataIn.groutingdailydetailID and gdd.SPECIALREPAIRFLAG='0')))
|
|
|
+ string sqlString = @"select
|
|
|
TP_PM_ProductionDataIn.Barcode as BarCode,
|
|
|
TP_PM_ProductionDataIn.UserID,
|
|
|
TP_PM_ProductionDataIn.UserCode,
|