Преглед изворни кода

hg5020 半检只定成型和干补的责任

chenxy пре 6 година
родитељ
комит
01e9e7509d
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      DK.Service/PMModuleLogic/PMModuleLogicPartial.cs

+ 3 - 1
DK.Service/PMModuleLogic/PMModuleLogicPartial.cs

@@ -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,