chenhaozhe
7 天以前 5a9d51aa1202f4e52173245d3069e6bd1949d51b
WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
@@ -574,7 +574,7 @@
                {
                    if (oSystemParameter.omodel.WMS_CampanyName == "华舟")
                    {
                        ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 单据号= '" + sBillNo + "'  and 委外标记=0 and 流转标记=1  and 工序号='" + sProcNo + "'", "h_v_Sc_ProcessExchangeBillList");
                        ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 单据号= '" + sBillNo + "'  and 委外标记=0   and 工序号='" + sProcNo + "'", "h_v_Sc_ProcessExchangeBillList");
                    }
                    else
                    {