1
yangle
2023-05-26 e370936b4a1d0efd9a0265fb68c675ca2f4ba6e4
1
1个文件已修改
11 ■■■■■ 已修改文件
WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -944,6 +944,17 @@
                    return objJsonResult;
                }
            }
            if (oSystemParameter.omodel.WMS_CampanyName == "瑞与祺")
            {
                ds = oCN.RunProcReturn("select  * from Sc_ProcessExchangeBillMain where HICMOInterID='" + oBill.omodel.HICMOInterID + "' and HICMOEntryID='" + oBill.omodel.HICMOEntryID + "'", "Sc_ProcessExchangeBillMain");
                if (ds.Tables[0].Rows.Count == 0)
                {
                    oCN.RunProc("update AIS20220308151944..T_PRD_MOENTRY  set F_BSV_TEXT2 = '否' where  FID='" + oBill.omodel.HICMOInterID + "' and FENTRYID='" + oBill.omodel.HICMOEntryID + "'");
                }
            }
            objJsonResult.code = "0";
            objJsonResult.count = 1;
            objJsonResult.Message = DBUtility.ClsPub.sExeReturnInfo;