1
zrg
2026-02-02 99c1e5f0b451c235c1a67040d343b46d466ada46
1
2个文件已修改
8 ■■■■ 已修改文件
WebAPI/Controllers/品质管理/客诉处理单/Crm_CustomerAppealBillController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/物流管理/出运单/WLYayBillController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/Æ·ÖʹÜÀí/¿ÍËß´¦Àíµ¥/Crm_CustomerAppealBillController.cs
@@ -272,8 +272,8 @@
                    return objJsonResult;
                }
                ds = oCN.RunProcReturn("exec h_p_Crm_CustomerAppealBill_EditInit " + HInterID, "h_p_Crm_CustomerAppealBill_EditInit");
                //ds = oCN.RunProcReturn("exec h_p_Crm_CustomerAppealBill_EditInit " + HInterID, "h_p_Crm_CustomerAppealBill_EditInit");
                ds = oCN.RunProcReturn("select * from h_v_Crm_CustomerAppealBillList where HInterID=" + HInterID, "h_v_Crm_CustomerAppealBillList");
                objJsonResult.code = "1";
                objJsonResult.count = 1;
                objJsonResult.Message = "Sucess!";
WebAPI/Controllers/ÎïÁ÷¹ÜÀí/³öÔ˵¥/WLYayBillController.cs
@@ -446,7 +446,7 @@
                        objJsonResult.data = null;
                        return objJsonResult;
                    }
                    if (ds.Tables[0].Rows[0]["HDate_AllocationDriver"] == null || ds.Tables[0].Rows[0]["HDate_AllocationDriver"].ToString() == "")
                    if (ds.Tables[0].Rows[0]["HDate_AllocationDriver"] == null || ds.Tables[0].Rows[0]["HDate_AllocationDriver"].ToString() == ""|| ds.Tables[0].Rows[0]["HDate_CarrierSure"].ToString() == "")
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 0;
@@ -577,7 +577,7 @@
                }
                DataSet ds;
                var dss = oCN.RunProcReturn("select * from WL_YayBillMain where HInterID=" + HInterID, "WL_YayBillMain");
                if (dss.Tables[0].Rows[0]["HDate_CarrierSure"] == null || dss.Tables[0].Rows[0]["HDate_CarrierSure"].ToString() == "")
                if (dss.Tables[0].Rows[0]["HDate_CarrierSure"] == null || dss.Tables[0].Rows[0]["HDate_CarrierSure"].ToString() == "" || dss.Tables[0].Rows[0]["HChecker"].ToString() == "")
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;