| WebAPI/Controllers/基础资料/基础资料/Gy_MatePriceController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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