标记发放日期

parent 755c7071
......@@ -17,7 +17,7 @@ public class BatchRequest
/// <summary>
/// 发放时间
/// </summary>
public DateTime? BatchDate { get; set; }
public string BatchDate { get; set; }
/// <summary>
/// 发放银行
/// </summary>
......
......@@ -416,7 +416,7 @@ public IEnumerable<view_allot_sign_emp> GetFreezeAllot(int allotId)
}
}
public void Batch(int[] ids, string batch, DateTime? batchDate, string bankName)
public void Batch(int[] ids, string batch, string batchDate, string bankName)
{
var connection = context.Database.GetDbConnection();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment