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 å®¡æ ¸ãåå®¡æ ¸