|
|
@ -651,7 +651,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
|
//{
|
|
|
|
// condition += string.Format(" and a.SpareDate<='{0}' ", endtime);
|
|
|
|
//}
|
|
|
|
if (!string.IsNullOrEmpty(begintime) && Convert.ToDateTime(begintime) != DateTime.MinValue) |
|
|
|
if (!string.IsNullOrEmpty(begintime)) |
|
|
|
{ |
|
|
|
condition += string.Format(" and a.SpareDate>='{0}' ", begintime); |
|
|
|
} |
|
|
|