yusijie
2025-11-12 c1f786beffce7b9c3a0c89d315df98c745d0c607
WebAPI/Controllers/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Gy_MatePriceController.cs
@@ -208,6 +208,8 @@
                if (oBill.oModel.HItemID == 0)
                {
                    bResult = oBill.AddNew();
                    DataSet Maxds = oCN.RunProcReturn("select MAX(HItemID) from Gy_MaterPrice" , "Gy_MaterPrice");
                    oBill.oModel.HItemID = Convert.ToInt64(Maxds.Tables[0].Rows[0][0]);
                }
                else
                {
@@ -228,7 +230,7 @@
                    objJsonResult.code = "1";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "保存成功!";
                    objJsonResult.data = 1;
                    objJsonResult.data = oBill.oModel.HItemID;
                    return objJsonResult;
                }
                else
@@ -317,7 +319,6 @@
            }
        }
        #endregion
        #region å®¡æ ¸ã€åå®¡æ ¸