Ver a proveniência

【修改】图书归还管理;

新疆警官学校中职
dyy há 2 anos
ascendente
cometimento
0d99a9170b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/BookReturn/BookReturnService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/BookReturn/BookReturnService.cs Ver ficheiro

@@ -40,7 +40,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
{ {
dp.Add("startTime", queryParam["StartTime"].ToDate(), DbType.DateTime); dp.Add("startTime", queryParam["StartTime"].ToDate(), DbType.DateTime);
dp.Add("endTime", queryParam["EndTime"].ToDate(), DbType.DateTime); dp.Add("endTime", queryParam["EndTime"].ToDate(), DbType.DateTime);
strSql.Append(" AND ( t.BorrowTime >= @startTime AND t.BorrowTime <= @endTime ) ");
strSql.Append(" AND ( t.ReturnTime >= @startTime AND t.ReturnTime <= @endTime ) ");
} }
if (!queryParam["LibraryCard"].IsEmpty()) if (!queryParam["LibraryCard"].IsEmpty())
{ {


Carregando…
Cancelar
Guardar