|
|
@@ -102,7 +102,7 @@ namespace Learun.Application.Web.Areas.EducationalAdministration.Controllers |
|
|
|
public ActionResult GetFormData(string keyValue) |
|
|
|
{ |
|
|
|
var TextBookInOutData = textBookInOutIBLL.GetKCEntity(keyValue); |
|
|
|
var TextBookOutData = textBookOutIBLL.GetTextBookOutEntity(TextBookInOutData.BookCode); |
|
|
|
var TextBookOutData = textBookOutIBLL.GetListByCode(TextBookInOutData.BookCode); |
|
|
|
var jsonData = new |
|
|
|
{ |
|
|
|
TextBookInOut = TextBookInOutData, |
|
|
|