小程序
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Mvc.Controllers
|
||||
/// </summary>
|
||||
/// <param name="code"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
public ResponseData<List<Solution_CQMSConstructSolutionApprove>> GetApproveById(string id,int edition)
|
||||
{
|
||||
ResponseData<List<Solution_CQMSConstructSolutionApprove>> res = new ResponseData<List<Solution_CQMSConstructSolutionApprove>>();
|
||||
@@ -56,6 +57,7 @@ namespace Mvc.Controllers
|
||||
res.resultValue = BLL.CQMSConstructSolutionApproveService.getListDataForApi(id);
|
||||
return res;
|
||||
}
|
||||
[HttpGet]
|
||||
public ResponseData<Solution_CQMSConstructSolutionApprove> GetCurrApproveById(string id, string userId, int edition)
|
||||
{
|
||||
ResponseData<Solution_CQMSConstructSolutionApprove> res = new ResponseData<Solution_CQMSConstructSolutionApprove>();
|
||||
@@ -87,6 +89,7 @@ namespace Mvc.Controllers
|
||||
/// <param name="id"></param>
|
||||
/// <param name="edition"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
public ResponseData<List<Solution_CQMSConstructSolutionApprove>> GetConApproveById(string id, int edition)
|
||||
{
|
||||
ResponseData<List<Solution_CQMSConstructSolutionApprove>> res = new ResponseData<List<Solution_CQMSConstructSolutionApprove>>();
|
||||
|
||||
Reference in New Issue
Block a user