Просмотр исходного кода

接口调试 新生问题修正

西昌缴费二期
liangkun 2 лет назад
Родитель
Сommit
848c625aca
4 измененных файлов: 9 добавлений и 2 удалений
  1. +6
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PayFeeIndex.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml
  3. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/database.config
  4. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs

+ 6
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PayFeeIndex.js Просмотреть файл

@@ -312,6 +312,12 @@ var bootstrap = function ($, learun) {
});
}
},
{
label: "开票状态", name: "IsInvoice", width: 80, align: "center",
formatter: function (cellvalue) {
return cellvalue === true ? "<span class=\"label label-success\">已开票</span>" : "<span class=\"label label-danger\">未开票</span>";
}
},
{ label: '线上缴费时间', name: 'PayFeeDate', width: 130, align: "left" },
{
label: '办理贷款状态', name: 'StudentLoanBLStatus', width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml Просмотреть файл

@@ -725,7 +725,7 @@
{
<div class="lr-layout-tool-right">
<div class="btn-group btn-group-sm">
<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>
@*<a id="lr_edit" class="btn btn-default"><i class="fa fa-pencil-square-o"></i>&nbsp;编辑</a>*@
</div>
</div>



+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/XmlConfig/database.config Просмотреть файл

@@ -28,4 +28,5 @@
<add name="BaseDb" connectionString="Server=123.57.209.16;Initial Catalog=adms7ultimate2_西昌;User ID=sa;Password=bjqjkj@2014~2015!" providerName="System.Data.SqlClient" />
<add name="CollegeMIS" connectionString="Server=123.57.209.16;Initial Catalog=CollegeMIS_西昌;User ID=sa;Password=bjqjkj@2014~2015!" providerName="System.Data.SqlClient" />
<add name="hangfireString" connectionString="Server=123.57.209.16;Initial Catalog=Hangfire;User ID=sa;Password=bjqjkj@2014~2015!" providerName="System.Data.SqlClient" />
<add name="YongyouDb" connectionString="Server=.;Password=1;User ID=sa; Initial Catalog=u8gx" providerName="System.Data.SqlClient" />
</connectionStrings>

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuInfoFresh/StuInfoFreshEntity.cs Просмотреть файл

@@ -627,7 +627,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// 是否开票
/// </summary>
[Column("ISINVOICE")]
public int? IsInvoice { get; set; }
public bool? IsInvoice { get; set; }
/// <summary>
/// 人脸核验结果
/// </summary>


Загрузка…
Отмена
Сохранить