Selaa lähdekoodia

中职学校概况基础数据表

长阳分支推送专用
lifeng 2 vuotta sitten
vanhempi
commit
bd788060e5
23 muutettua tiedostoa jossa 1581 lisäystä ja 0 poistoa
  1. +117
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_dyfzqkjcsjController.cs
  2. +117
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_gzpjsjController.cs
  3. +55
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Form.cshtml
  4. +51
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Form.js
  5. +26
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Index.cshtml
  6. +104
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Index.js
  7. +31
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Form.cshtml
  8. +50
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Form.js
  9. +26
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Index.cshtml
  10. +89
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Index.js
  11. +10
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
  12. +29
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DYFZQKJCSJMap.cs
  13. +29
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_GZPJSJMap.cs
  14. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Learun.Application.Mapping.csproj
  15. +110
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ODS_DYFZQKJCSJEntity.cs
  16. +125
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjBLL.cs
  17. +48
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjIBLL.cs
  18. +156
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjService.cs
  19. +75
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ODS_GZPJSJEntity.cs
  20. +125
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjBLL.cs
  21. +48
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjIBLL.cs
  22. +150
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjService.cs
  23. +8
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Learun.Application.TwoDevelopment.csproj

+ 117
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_dyfzqkjcsjController.cs Näytä tiedosto

@@ -0,0 +1,117 @@
using Learun.Util;
using System.Data;
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Web.Mvc;
using System.Collections.Generic;

namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public class ods_dyfzqkjcsjController : MvcControllerBase
{
private ods_dyfzqkjcsjIBLL ods_dyfzqkjcsjIBLL = new ods_dyfzqkjcsjBLL();

#region 视图功能

/// <summary>
/// 主页面
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Index()
{
return View();
}
/// <summary>
/// 表单页
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Form()
{
return View();
}
#endregion

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetPageList(string pagination, string queryJson)
{
Pagination paginationobj = pagination.ToObject<Pagination>();
var data = ods_dyfzqkjcsjIBLL.GetPageList(paginationobj, queryJson);
var jsonData = new
{
rows = data,
total = paginationobj.total,
page = paginationobj.page,
records = paginationobj.records
};
return Success(jsonData);
}
/// <summary>
/// 获取表单数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetFormData(string keyValue)
{
var ODS_DYFZQKJCSJData = ods_dyfzqkjcsjIBLL.GetODS_DYFZQKJCSJEntity( keyValue );
var jsonData = new {
ODS_DYFZQKJCSJ = ODS_DYFZQKJCSJData,
};
return Success(jsonData);
}
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpPost]
[AjaxOnly]
public ActionResult DeleteForm(string keyValue)
{
ods_dyfzqkjcsjIBLL.DeleteEntity(keyValue);
return Success("删除成功!");
}
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="strEntity">实体</param>
/// <returns></returns>
[HttpPost]
[ValidateAntiForgeryToken]
[AjaxOnly]
public ActionResult SaveForm(string keyValue, string strEntity)
{
ODS_DYFZQKJCSJEntity entity = strEntity.ToObject<ODS_DYFZQKJCSJEntity>();
ods_dyfzqkjcsjIBLL.SaveEntity(keyValue,entity);
if (string.IsNullOrEmpty(keyValue))
{
}
return Success("保存成功!");
}
#endregion

}
}

+ 117
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Controllers/ods_gzpjsjController.cs Näytä tiedosto

@@ -0,0 +1,117 @@
using Learun.Util;
using System.Data;
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Web.Mvc;
using System.Collections.Generic;

namespace Learun.Application.Web.Areas.Changyang_zhdn.Controllers
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public class ods_gzpjsjController : MvcControllerBase
{
private ods_gzpjsjIBLL ods_gzpjsjIBLL = new ods_gzpjsjBLL();

#region 视图功能

/// <summary>
/// 主页面
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Index()
{
return View();
}
/// <summary>
/// 表单页
/// <summary>
/// <returns></returns>
[HttpGet]
public ActionResult Form()
{
return View();
}
#endregion

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetPageList(string pagination, string queryJson)
{
Pagination paginationobj = pagination.ToObject<Pagination>();
var data = ods_gzpjsjIBLL.GetPageList(paginationobj, queryJson);
var jsonData = new
{
rows = data,
total = paginationobj.total,
page = paginationobj.page,
records = paginationobj.records
};
return Success(jsonData);
}
/// <summary>
/// 获取表单数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpGet]
[AjaxOnly]
public ActionResult GetFormData(string keyValue)
{
var ODS_GZPJSJData = ods_gzpjsjIBLL.GetODS_GZPJSJEntity( keyValue );
var jsonData = new {
ODS_GZPJSJ = ODS_GZPJSJData,
};
return Success(jsonData);
}
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
[HttpPost]
[AjaxOnly]
public ActionResult DeleteForm(string keyValue)
{
ods_gzpjsjIBLL.DeleteEntity(keyValue);
return Success("删除成功!");
}
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="strEntity">实体</param>
/// <returns></returns>
[HttpPost]
[ValidateAntiForgeryToken]
[AjaxOnly]
public ActionResult SaveForm(string keyValue, string strEntity)
{
ODS_GZPJSJEntity entity = strEntity.ToObject<ODS_GZPJSJEntity>();
ods_gzpjsjIBLL.SaveEntity(keyValue,entity);
if (string.IsNullOrEmpty(keyValue))
{
}
return Success("保存成功!");
}
#endregion

}
}

+ 55
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Form.cshtml Näytä tiedosto

@@ -0,0 +1,55 @@
@{
ViewBag.Title = "党员发展情况基础数据表";
Layout = "~/Views/Shared/_Form.cshtml";
}
<div class="lr-form-wrap" id="form">
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">学校机构代码<font face="宋体">*</font></div>
<textarea id="XXJGDM" class="form-control" style="height:100px;" isvalid="yes" checkexpession="NotNull" ></textarea>
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">学校机构名称<font face="宋体">*</font></div>
<input id="XXJGMC" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">党组织类型<font face="宋体">*</font></div>
<input id="DZZLX" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">党组织编号</div>
<input id="DZZBH" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">新党员类型<font face="宋体">*</font></div>
<div id="XDYLX" isvalid="yes" checkexpession="NotNull" ></div>
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">姓名<font face="宋体">*</font></div>
<textarea id="DYXM" class="form-control" style="height:100px;" isvalid="yes" checkexpession="NotNull" ></textarea>
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">人员编号</div>
<input id="RYBH" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">党员发展状态<font face="宋体">*</font></div>
<input id="XDYFZZT" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">成为积极份子日期</div>
<input id="CWJJFZRQ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">成为预备党员日期</div>
<input id="CWYBDYRQ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">成为正式党员日期</div>
<input id="ZZRQ" type="text" class="form-control" />
</div>
<div class="col-xs-6 lr-form-item" data-table="ODS_DYFZQKJCSJ" >
<div class="lr-form-item-title">sjcjsj<font face="宋体">*</font></div>
<input id="SJCJSJ" type="text" class="form-control" isvalid="yes" checkexpession="NotNull" />
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Form.js")

+ 51
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Form.js Näytä tiedosto

@@ -0,0 +1,51 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 11:56
* 描 述:党员发展情况基础数据表
*/
var acceptClick;
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
$('.lr-form-wrap').lrscroll();
page.bind();
page.initData();
},
bind: function () {
$('#XDYLX').lrDataItemSelect({ code: 'xdylxdm' });
},
initData: function () {
if (!!keyValue) {
$.lrSetForm(top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/GetFormData?keyValue=' + keyValue, function (data) {
for (var id in data) {
if (!!data[id].length && data[id].length > 0) {
$('#' + id ).jfGridSet('refreshdata', data[id]);
}
else {
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
}
}
});
}
}
};
// 保存数据
acceptClick = function (callBack) {
if (!$('body').lrValidform()) {
return false;
}
var postData = {
strEntity: JSON.stringify($('body').lrGetFormData())
};
$.lrSaveForm(top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/SaveForm?keyValue=' + keyValue, postData, function (res) {
// 保存成功后才回调
if (!!callBack) {
callBack();
}
});
};
page.init();
}

+ 26
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Index.cshtml Näytä tiedosto

@@ -0,0 +1,26 @@
@{
ViewBag.Title = "党员发展情况基础数据表";
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="lr-layout " >
<div class="lr-layout-center">
<div class="lr-layout-wrap lr-layout-wrap-notitle ">
<div class="lr-layout-tool">
<div class="lr-layout-tool-left">
</div>
<div class="lr-layout-tool-right">
<div class=" btn-group btn-group-sm">
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>
</div>
</div>
<div class="lr-layout-body" id="gridtable"></div>
</div>
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Index.js")

+ 104
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_dyfzqkjcsj/Index.js Näytä tiedosto

@@ -0,0 +1,104 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 11:56
* 描 述:党员发展情况基础数据表
*/
var refreshGirdData;
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
page.initGird();
page.bind();
},
bind: function () {
// 刷新
$('#lr_refresh').on('click', function () {
location.reload();
});
// 新增
$('#lr_add').on('click', function () {
learun.layerForm({
id: 'form',
title: '新增',
url: top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/Form',
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
});
// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
}
});
// 删除
$('#lr_delete').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerConfirm('是否确认删除该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/DeleteForm', { keyValue: keyValue}, function () {
refreshGirdData();
});
}
});
}
});
},
// 初始化列表
initGird: function () {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/Changyang_zhdn/ods_dyfzqkjcsj/GetPageList',
headData: [
{ label: "学校机构代码", name: "XXJGDM", width: 100, align: "left"},
{ label: "学校机构名称", name: "XXJGMC", width: 100, align: "left"},
{ label: "党组织类型", name: "DZZLX", width: 100, align: "left"},
{ label: "党组织编号", name: "DZZBH", width: 100, align: "left"},
{ label: "新党员类型", name: "XDYLX", width: 100, align: "left",
formatterAsync: function (callback, value, row, op,$cell) {
learun.clientdata.getAsync('dataItem', {
key: value,
code: 'xdylxdm',
callback: function (_data) {
callback(_data.text);
}
});
}},
{ label: "姓名", name: "DYXM", width: 100, align: "left"},
{ label: "人员编号", name: "RYBH", width: 100, align: "left"},
{ label: "党员发展状态", name: "XDYFZZT", width: 100, align: "left"},
{ label: "成为积极份子日期", name: "CWJJFZRQ", width: 100, align: "left"},
{ label: "成为预备党员日期", name: "CWYBDYRQ", width: 100, align: "left"},
{ label: "成为正式党员日期", name: "ZZRQ", width: 100, align: "left"},
{ label: "sjcjsj", name: "SJCJSJ", width: 100, align: "left"},
],
mainId:'GZZYQKSJID',
isPage: true
});
page.search();
},
search: function (param) {
param = param || {};
$('#gridtable').jfGridSet('reload',{ queryJson: JSON.stringify(param) });
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
};
page.init();
}

+ 31
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Form.cshtml Näytä tiedosto

@@ -0,0 +1,31 @@
@{
ViewBag.Title = "工作评价数据表";
Layout = "~/Views/Shared/_Form.cshtml";
}
<div class="lr-form-wrap" id="form">
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">学校机构代码</div>
<input id="XXJGDM" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">学校机构名称</div>
<input id="XXJGMC" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">工作日志提交次数</div>
<input id="GZRZTJCS" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">好评教师人数</div>
<input id="HPJSRS" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">特殊岗位教师人数</div>
<input id="TSGWJSRS" type="text" class="form-control" />
</div>
<div class="col-xs-12 lr-form-item" data-table="ODS_GZPJSJ" >
<div class="lr-form-item-title">数据采集时间</div>
<input id="SJCJSJ" type="text" class="form-control" />
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_gzpjsj/Form.js")

+ 50
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Form.js Näytä tiedosto

@@ -0,0 +1,50 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 12:16
* 描 述:工作评价数据表
*/
var acceptClick;
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
$('.lr-form-wrap').lrscroll();
page.bind();
page.initData();
},
bind: function () {
},
initData: function () {
if (!!keyValue) {
$.lrSetForm(top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/GetFormData?keyValue=' + keyValue, function (data) {
for (var id in data) {
if (!!data[id].length && data[id].length > 0) {
$('#' + id ).jfGridSet('refreshdata', data[id]);
}
else {
$('[data-table="' + id + '"]').lrSetFormData(data[id]);
}
}
});
}
}
};
// 保存数据
acceptClick = function (callBack) {
if (!$('body').lrValidform()) {
return false;
}
var postData = {
strEntity: JSON.stringify($('body').lrGetFormData())
};
$.lrSaveForm(top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/SaveForm?keyValue=' + keyValue, postData, function (res) {
// 保存成功后才回调
if (!!callBack) {
callBack();
}
});
};
page.init();
}

+ 26
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Index.cshtml Näytä tiedosto

@@ -0,0 +1,26 @@
@{
ViewBag.Title = "工作评价数据表";
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="lr-layout " >
<div class="lr-layout-center">
<div class="lr-layout-wrap lr-layout-wrap-notitle ">
<div class="lr-layout-tool">
<div class="lr-layout-tool-left">
</div>
<div class="lr-layout-tool-right">
<div class=" btn-group btn-group-sm">
<a id="lr_refresh" class="btn btn-default"><i class="fa fa-refresh"></i></a>
</div>
<div class=" btn-group btn-group-sm" learun-authorize="yes">
<a id="lr_add" class="btn btn-default"><i class="fa fa-plus"></i>&nbsp;新增</a>
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
<a id="lr_delete" class="btn btn-default"><i class="fa fa-trash-o"></i>&nbsp;删除</a>
</div>
</div>
</div>
<div class="lr-layout-body" id="gridtable"></div>
</div>
</div>
</div>
@Html.AppendJsFile("/Areas/Changyang_zhdn/Views/ods_gzpjsj/Index.js")

+ 89
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Changyang_zhdn/Views/ods_gzpjsj/Index.js Näytä tiedosto

@@ -0,0 +1,89 @@
/* * 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架(http://www.learun.cn)
* Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
* 创建人:超级管理员
* 日 期:2022-11-09 12:16
* 描 述:工作评价数据表
*/
var refreshGirdData;
var bootstrap = function ($, learun) {
"use strict";
var page = {
init: function () {
page.initGird();
page.bind();
},
bind: function () {
// 刷新
$('#lr_refresh').on('click', function () {
location.reload();
});
// 新增
$('#lr_add').on('click', function () {
learun.layerForm({
id: 'form',
title: '新增',
url: top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/Form',
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
});
// 编辑
$('#lr_edit').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerForm({
id: 'form',
title: '编辑',
url: top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/Form?keyValue=' + keyValue,
width: 600,
height: 400,
callBack: function (id) {
return top[id].acceptClick(refreshGirdData);
}
});
}
});
// 删除
$('#lr_delete').on('click', function () {
var keyValue = $('#gridtable').jfGridValue('GZZYQKSJID');
if (learun.checkrow(keyValue)) {
learun.layerConfirm('是否确认删除该项!', function (res) {
if (res) {
learun.deleteForm(top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/DeleteForm', { keyValue: keyValue}, function () {
refreshGirdData();
});
}
});
}
});
},
// 初始化列表
initGird: function () {
$('#gridtable').lrAuthorizeJfGrid({
url: top.$.rootUrl + '/Changyang_zhdn/ods_gzpjsj/GetPageList',
headData: [
{ label: "学校机构代码", name: "XXJGDM", width: 100, align: "left"},
{ label: "学校机构名称", name: "XXJGMC", width: 100, align: "left"},
{ label: "工作日志提交次数", name: "GZRZTJCS", width: 100, align: "left"},
{ label: "好评教师人数", name: "HPJSRS", width: 100, align: "left"},
{ label: "特殊岗位教师人数", name: "TSGWJSRS", width: 100, align: "left"},
{ label: "数据采集时间", name: "SJCJSJ", width: 100, align: "left"},
],
mainId:'GZZYQKSJID',
isPage: true
});
page.search();
},
search: function (param) {
param = param || {};
$('#gridtable').jfGridSet('reload',{ queryJson: JSON.stringify(param) });
}
};
refreshGirdData = function () {
$('#gridtable').jfGridSet('reload');
};
page.init();
}

+ 10
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj Näytä tiedosto

@@ -876,6 +876,8 @@
<Compile Include="Areas\EducationalAdministration\Controllers\TE_MaterialOutboundController.cs" />
<Compile Include="Areas\EducationalAdministration\Controllers\ScoreCheckInfoController.cs" />
<Compile Include="Areas\EducationalAdministration\Controllers\WelfarePositionController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_dyfzqkjcsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_gzpjsjController.cs" />
<Compile Include="Areas\Changyang_zhdn\Controllers\ods_zzxxgkjcsjController.cs" />
</ItemGroup>
<ItemGroup>
@@ -6940,6 +6942,14 @@
<Content Include="Areas\EducationalAdministration\Views\WelfarePosition\Index.js" />
<Content Include="Areas\EducationalAdministration\Views\WelfarePosition\Form.cshtml" />
<Content Include="Areas\EducationalAdministration\Views\WelfarePosition\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_dyfzqkjcsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_dyfzqkjcsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_dyfzqkjcsj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_dyfzqkjcsj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_gzpjsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_gzpjsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_gzpjsj\Form.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_gzpjsj\Form.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_zzxxgkjcsj\Index.cshtml" />
<Content Include="Areas\Changyang_zhdn\Views\ods_zzxxgkjcsj\Index.js" />
<Content Include="Areas\Changyang_zhdn\Views\ods_zzxxgkjcsj\Form.cshtml" />


+ 29
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_DYFZQKJCSJMap.cs Näytä tiedosto

@@ -0,0 +1,29 @@
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Data.Entity.ModelConfiguration;

namespace Learun.Application.Mapping
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public class ODS_DYFZQKJCSJMap : EntityTypeConfiguration<ODS_DYFZQKJCSJEntity>
{
public ODS_DYFZQKJCSJMap()
{
#region 表、主键
//表
this.ToTable("ODS_DYFZQKJCSJ");
//主键
this.HasKey(t => t.GZZYQKSJID);
#endregion

#region 配置关系
#endregion
}
}
}


+ 29
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Changyang_zhdn/ODS_GZPJSJMap.cs Näytä tiedosto

@@ -0,0 +1,29 @@
using Learun.Application.TwoDevelopment.Changyang_zhdn;
using System.Data.Entity.ModelConfiguration;

namespace Learun.Application.Mapping
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public class ODS_GZPJSJMap : EntityTypeConfiguration<ODS_GZPJSJEntity>
{
public ODS_GZPJSJMap()
{
#region 表、主键
//表
this.ToTable("ODS_GZPJSJ");
//主键
this.HasKey(t => t.GZZYQKSJID);
#endregion

#region 配置关系
#endregion
}
}
}


+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Mapping/Learun.Application.Mapping.csproj Näytä tiedosto

@@ -635,6 +635,8 @@
<Compile Include="EducationalAdministration\TE_MaterialOutboundMap.cs" />
<Compile Include="EducationalAdministration\ScoreCheckInfoMap.cs" />
<Compile Include="EducationalAdministration\WelfarePositionMap.cs" />
<Compile Include="Changyang_zhdn\ODS_DYFZQKJCSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_GZPJSJMap.cs" />
<Compile Include="Changyang_zhdn\ODS_ZZXXGKJCSJMap.cs" />
</ItemGroup>
<ItemGroup>


+ 110
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ODS_DYFZQKJCSJEntity.cs Näytä tiedosto

@@ -0,0 +1,110 @@
using Learun.Util;
using System;
using System.ComponentModel.DataAnnotations.Schema;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public class ODS_DYFZQKJCSJEntity
{
#region 实体成员
/// <summary>
/// GZZYQKSJID
/// </summary>
[Column("GZZYQKSJID")]
public string GZZYQKSJID { get; set; }
/// <summary>
/// XXJGDM
/// </summary>
[Column("XXJGDM")]
public string XXJGDM { get; set; }
/// <summary>
/// XXJGMC
/// </summary>
[Column("XXJGMC")]
public string XXJGMC { get; set; }
/// <summary>
/// DZZLX
/// </summary>
[Column("DZZLX")]
public string DZZLX { get; set; }
/// <summary>
/// DZZMC
/// </summary>
[Column("DZZMC")]
public string DZZMC { get; set; }
/// <summary>
/// DZZBH
/// </summary>
[Column("DZZBH")]
public string DZZBH { get; set; }
/// <summary>
/// XDYLX
/// </summary>
[Column("XDYLX")]
public string XDYLX { get; set; }
/// <summary>
/// DYXM
/// </summary>
[Column("DYXM")]
public string DYXM { get; set; }
/// <summary>
/// RYBH
/// </summary>
[Column("RYBH")]
public string RYBH { get; set; }
/// <summary>
/// XDYFZZT
/// </summary>
[Column("XDYFZZT")]
public string XDYFZZT { get; set; }
/// <summary>
/// CWJJFZRQ
/// </summary>
[Column("CWJJFZRQ")]
public string CWJJFZRQ { get; set; }
/// <summary>
/// CWYBDYRQ
/// </summary>
[Column("CWYBDYRQ")]
public string CWYBDYRQ { get; set; }
/// <summary>
/// ZZRQ
/// </summary>
[Column("ZZRQ")]
public string ZZRQ { get; set; }
/// <summary>
/// SJCJSJ
/// </summary>
[Column("SJCJSJ")]
public string SJCJSJ { get; set; }
#endregion

#region 扩展操作
/// <summary>
/// 新增调用
/// </summary>
public void Create()
{
this.GZZYQKSJID = Guid.NewGuid().ToString();
}
/// <summary>
/// 编辑调用
/// </summary>
/// <param name="keyValue"></param>
public void Modify(string keyValue)
{
this.GZZYQKSJID = keyValue;
}
#endregion
#region 扩展字段
#endregion
}
}


+ 125
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjBLL.cs Näytä tiedosto

@@ -0,0 +1,125 @@
using Learun.Util;
using System;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public class ods_dyfzqkjcsjBLL : ods_dyfzqkjcsjIBLL
{
private ods_dyfzqkjcsjService ods_dyfzqkjcsjService = new ods_dyfzqkjcsjService();

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DYFZQKJCSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
return ods_dyfzqkjcsjService.GetPageList(pagination, queryJson);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 获取ODS_DYFZQKJCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DYFZQKJCSJEntity GetODS_DYFZQKJCSJEntity(string keyValue)
{
try
{
return ods_dyfzqkjcsjService.GetODS_DYFZQKJCSJEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
ods_dyfzqkjcsjService.DeleteEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
/// <returns></returns>
public void SaveEntity(string keyValue, ODS_DYFZQKJCSJEntity entity)
{
try
{
ods_dyfzqkjcsjService.SaveEntity(keyValue, entity);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

}
}

+ 48
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjIBLL.cs Näytä tiedosto

@@ -0,0 +1,48 @@
using Learun.Util;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public interface ods_dyfzqkjcsjIBLL
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
IEnumerable<ODS_DYFZQKJCSJEntity> GetPageList(Pagination pagination, string queryJson);
/// <summary>
/// 获取ODS_DYFZQKJCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
ODS_DYFZQKJCSJEntity GetODS_DYFZQKJCSJEntity(string keyValue);
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
void DeleteEntity(string keyValue);
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
void SaveEntity(string keyValue, ODS_DYFZQKJCSJEntity entity);
#endregion

}
}

+ 156
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_dyfzqkjcsj/ods_dyfzqkjcsjService.cs Näytä tiedosto

@@ -0,0 +1,156 @@
using Dapper;
using Learun.DataBase.Repository;
using Learun.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 11:56
/// 描 述:党员发展情况基础数据表
/// </summary>
public class ods_dyfzqkjcsjService : RepositoryFactory
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">查询参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_DYFZQKJCSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
var strSql = new StringBuilder();
strSql.Append("SELECT ");
strSql.Append(@"
t.GZZYQKSJID,
t.XXJGDM,
t.XXJGMC,
t.DZZLX,
t.DZZBH,
t.XDYLX,
t.DYXM,
t.RYBH,
t.XDYFZZT,
t.CWJJFZRQ,
t.CWYBDYRQ,
t.ZZRQ,
t.SJCJSJ
");
strSql.Append(" FROM ODS_DYFZQKJCSJ t ");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数
var dp = new DynamicParameters(new { });
return this.BaseRepository("changyang").FindList<ODS_DYFZQKJCSJEntity>(strSql.ToString(),dp, pagination);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 获取ODS_DYFZQKJCSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_DYFZQKJCSJEntity GetODS_DYFZQKJCSJEntity(string keyValue)
{
try
{
return this.BaseRepository("changyang").FindEntity<ODS_DYFZQKJCSJEntity>(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
this.BaseRepository("changyang").Delete<ODS_DYFZQKJCSJEntity>(t=>t.GZZYQKSJID == keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
public void SaveEntity(string keyValue, ODS_DYFZQKJCSJEntity entity)
{
try
{
if (!string.IsNullOrEmpty(keyValue))
{
entity.Modify(keyValue);
this.BaseRepository("changyang").Update(entity);
}
else
{
entity.Create();
this.BaseRepository("changyang").Insert(entity);
}
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

}
}

+ 75
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ODS_GZPJSJEntity.cs Näytä tiedosto

@@ -0,0 +1,75 @@
using Learun.Util;
using System;
using System.ComponentModel.DataAnnotations.Schema;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public class ODS_GZPJSJEntity
{
#region 实体成员
/// <summary>
/// GZZYQKSJID
/// </summary>
[Column("GZZYQKSJID")]
public string GZZYQKSJID { get; set; }
/// <summary>
/// XXJGDM
/// </summary>
[Column("XXJGDM")]
public string XXJGDM { get; set; }
/// <summary>
/// XXJGMC
/// </summary>
[Column("XXJGMC")]
public string XXJGMC { get; set; }
/// <summary>
/// GZRZTJCS
/// </summary>
[Column("GZRZTJCS")]
public int? GZRZTJCS { get; set; }
/// <summary>
/// HPJSRS
/// </summary>
[Column("HPJSRS")]
public int? HPJSRS { get; set; }
/// <summary>
/// TSGWJSRS
/// </summary>
[Column("TSGWJSRS")]
public int? TSGWJSRS { get; set; }
/// <summary>
/// SJCJSJ
/// </summary>
[Column("SJCJSJ")]
public string SJCJSJ { get; set; }
#endregion

#region 扩展操作
/// <summary>
/// 新增调用
/// </summary>
public void Create()
{
this.GZZYQKSJID = Guid.NewGuid().ToString();
}
/// <summary>
/// 编辑调用
/// </summary>
/// <param name="keyValue"></param>
public void Modify(string keyValue)
{
this.GZZYQKSJID = keyValue;
}
#endregion
#region 扩展字段
#endregion
}
}


+ 125
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjBLL.cs Näytä tiedosto

@@ -0,0 +1,125 @@
using Learun.Util;
using System;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public class ods_gzpjsjBLL : ods_gzpjsjIBLL
{
private ods_gzpjsjService ods_gzpjsjService = new ods_gzpjsjService();

#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">分页参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_GZPJSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
return ods_gzpjsjService.GetPageList(pagination, queryJson);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 获取ODS_GZPJSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_GZPJSJEntity GetODS_GZPJSJEntity(string keyValue)
{
try
{
return ods_gzpjsjService.GetODS_GZPJSJEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
ods_gzpjsjService.DeleteEntity(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
/// <returns></returns>
public void SaveEntity(string keyValue, ODS_GZPJSJEntity entity)
{
try
{
ods_gzpjsjService.SaveEntity(keyValue, entity);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowBusinessException(ex);
}
}
}

#endregion

}
}

+ 48
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjIBLL.cs Näytä tiedosto

@@ -0,0 +1,48 @@
using Learun.Util;
using System.Data;
using System.Collections.Generic;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public interface ods_gzpjsjIBLL
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
IEnumerable<ODS_GZPJSJEntity> GetPageList(Pagination pagination, string queryJson);
/// <summary>
/// 获取ODS_GZPJSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
ODS_GZPJSJEntity GetODS_GZPJSJEntity(string keyValue);
#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
void DeleteEntity(string keyValue);
/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
void SaveEntity(string keyValue, ODS_GZPJSJEntity entity);
#endregion

}
}

+ 150
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Changyang_zhdn/ods_gzpjsj/ods_gzpjsjService.cs Näytä tiedosto

@@ -0,0 +1,150 @@
using Dapper;
using Learun.DataBase.Repository;
using Learun.Util;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;

namespace Learun.Application.TwoDevelopment.Changyang_zhdn
{
/// <summary>
/// 版 本 Learun-ADMS V7.0.6 力软敏捷开发框架
/// Copyright (c) 2013-2020 力软信息技术(苏州)有限公司
/// 创 建:超级管理员
/// 日 期:2022-11-09 12:16
/// 描 述:工作评价数据表
/// </summary>
public class ods_gzpjsjService : RepositoryFactory
{
#region 获取数据

/// <summary>
/// 获取页面显示列表数据
/// </summary>
/// <param name="pagination">查询参数</param>
/// <param name="queryJson">查询参数</param>
/// <returns></returns>
public IEnumerable<ODS_GZPJSJEntity> GetPageList(Pagination pagination, string queryJson)
{
try
{
var strSql = new StringBuilder();
strSql.Append("SELECT ");
strSql.Append(@"
t.GZZYQKSJID,
t.XXJGDM,
t.XXJGMC,
t.GZRZTJCS,
t.HPJSRS,
t.TSGWJSRS,
t.SJCJSJ
");
strSql.Append(" FROM ODS_GZPJSJ t ");
strSql.Append(" WHERE 1=1 ");
var queryParam = queryJson.ToJObject();
// 虚拟参数
var dp = new DynamicParameters(new { });
return this.BaseRepository("changyang").FindList<ODS_GZPJSJEntity>(strSql.ToString(),dp, pagination);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 获取ODS_GZPJSJ表实体数据
/// </summary>
/// <param name="keyValue">主键</param>
/// <returns></returns>
public ODS_GZPJSJEntity GetODS_GZPJSJEntity(string keyValue)
{
try
{
return this.BaseRepository("changyang").FindEntity<ODS_GZPJSJEntity>(keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

#region 提交数据

/// <summary>
/// 删除实体数据
/// </summary>
/// <param name="keyValue">主键</param>
public void DeleteEntity(string keyValue)
{
try
{
this.BaseRepository("changyang").Delete<ODS_GZPJSJEntity>(t=>t.GZZYQKSJID == keyValue);
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

/// <summary>
/// 保存实体数据(新增、修改)
/// </summary>
/// <param name="keyValue">主键</param>
/// <param name="entity">实体</param>
public void SaveEntity(string keyValue, ODS_GZPJSJEntity entity)
{
try
{
if (!string.IsNullOrEmpty(keyValue))
{
entity.Modify(keyValue);
this.BaseRepository("changyang").Update(entity);
}
else
{
entity.Create();
this.BaseRepository("changyang").Insert(entity);
}
}
catch (Exception ex)
{
if (ex is ExceptionEx)
{
throw;
}
else
{
throw ExceptionEx.ThrowServiceException(ex);
}
}
}

#endregion

}
}

+ 8
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Learun.Application.TwoDevelopment.csproj Näytä tiedosto

@@ -1963,6 +1963,14 @@
<Compile Include="EducationalAdministration\WelfarePosition\WelfarePositionService.cs" />
<Compile Include="EducationalAdministration\WelfarePosition\WelfarePositionIBLL.cs" />
<Compile Include="EducationalAdministration\WelfarePosition\WelfarePositionBLL.cs" />
<Compile Include="Changyang_zhdn\ods_dyfzqkjcsj\ODS_DYFZQKJCSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_dyfzqkjcsj\ods_dyfzqkjcsjService.cs" />
<Compile Include="Changyang_zhdn\ods_dyfzqkjcsj\ods_dyfzqkjcsjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_dyfzqkjcsj\ods_dyfzqkjcsjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_gzpjsj\ODS_GZPJSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_gzpjsj\ods_gzpjsjService.cs" />
<Compile Include="Changyang_zhdn\ods_gzpjsj\ods_gzpjsjBLL.cs" />
<Compile Include="Changyang_zhdn\ods_gzpjsj\ods_gzpjsjIBLL.cs" />
<Compile Include="Changyang_zhdn\ods_zzxxgkjcsj\ODS_ZZXXGKJCSJEntity.cs" />
<Compile Include="Changyang_zhdn\ods_zzxxgkjcsj\ods_zzxxgkjcsjService.cs" />
<Compile Include="Changyang_zhdn\ods_zzxxgkjcsj\ods_zzxxgkjcsjBLL.cs" />


Ladataan…
Peruuta
Tallenna