|
@@ -1887,6 +1887,7 @@ namespace Dongke.IBOSS.PRD.Service.PMModuleLogic
|
|
|
gdd.OFFLINEFLAG,
|
|
gdd.OFFLINEFLAG,
|
|
|
gdd.RECYCLINGFLAG,
|
|
gdd.RECYCLINGFLAG,
|
|
|
G.WATERLABELCODE,
|
|
G.WATERLABELCODE,
|
|
|
|
|
+ G.GOODS_LINE_TYPE,
|
|
|
case when pg.goodsid=g.goodsid then 1 else 0 end as refireflag
|
|
case when pg.goodsid=g.goodsid then 1 else 0 end as refireflag
|
|
|
from TP_PM_InProduction left join TP_PM_GroutingDailyDetail gdd on gdd.GroutingDailyDetailID = tp_pm_inproduction.GroutingDailyDetailID
|
|
from TP_PM_InProduction left join TP_PM_GroutingDailyDetail gdd on gdd.GroutingDailyDetailID = tp_pm_inproduction.GroutingDailyDetailID
|
|
|
left join tp_mst_logo
|
|
left join tp_mst_logo
|
|
@@ -2113,7 +2114,8 @@ namespace Dongke.IBOSS.PRD.Service.PMModuleLogic
|
|
|
dr["offlineFlag"] = ds.Tables[0].Rows[0]["OFFLINEFLAG"].ToString();
|
|
dr["offlineFlag"] = ds.Tables[0].Rows[0]["OFFLINEFLAG"].ToString();
|
|
|
dr["recyclingFlag"] = ds.Tables[0].Rows[0]["RECYCLINGFLAG"].ToString();
|
|
dr["recyclingFlag"] = ds.Tables[0].Rows[0]["RECYCLINGFLAG"].ToString();
|
|
|
dr["waterLabelCode"] = ds.Tables[0].Rows[0]["WATERLABELCODE"].ToString();
|
|
dr["waterLabelCode"] = ds.Tables[0].Rows[0]["WATERLABELCODE"].ToString();
|
|
|
-
|
|
|
|
|
|
|
+ dr["goodsLineType"] = ds.Tables[0].Rows[0]["GOODS_LINE_TYPE"].ToString();
|
|
|
|
|
+
|
|
|
//修磨
|
|
//修磨
|
|
|
dr["out_LeakFlag7"] = ds.Tables[0].Rows[0]["LEAKFLAG7"].ToString();
|
|
dr["out_LeakFlag7"] = ds.Tables[0].Rows[0]["LEAKFLAG7"].ToString();
|
|
|
dr["out_LeakFlag7Name"] = ds.Tables[0].Rows[0]["LEAKFLAG7Name"].ToString();
|
|
dr["out_LeakFlag7Name"] = ds.Tables[0].Rows[0]["LEAKFLAG7Name"].ToString();
|