WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
@@ -14,6 +14,7 @@ SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); DataSet ds; #region 叫料单列表 [Route("Cj_CallGoodsBillMain/CallGoodsBillMainList")] [HttpGet] public object CallGoodsBillMainList(string sWhere,string user) @@ -47,6 +48,7 @@ return objJsonResult; } } #endregion } }