เพิ่ม decimal_limit_quota ใน model สำหรับ report บันทีกข้อความ ใช้ค่าจาก limit_quota
This commit is contained in:
@@ -516,6 +516,7 @@ namespace TodoAPI2.Models
|
|||||||
{
|
{
|
||||||
model.theDate = MyHelper.GetDateFromString(model.theDate_text);
|
model.theDate = MyHelper.GetDateFromString(model.theDate_text);
|
||||||
model.theDate_text = MyHelper.GetDateStringForReport(model.theDate);
|
model.theDate_text = MyHelper.GetDateStringForReport(model.theDate);
|
||||||
|
model.decimal_limit_quota = Convert.ToDecimal(model.limit_quota);
|
||||||
|
|
||||||
var postponement_data = (from postponement in _repository.Context.eva_adjust_postponement
|
var postponement_data = (from postponement in _repository.Context.eva_adjust_postponement
|
||||||
join create_evaluation in _repository.Context.eva_create_evaluation on postponement.create_evaluation_id equals create_evaluation.id
|
join create_evaluation in _repository.Context.eva_create_evaluation on postponement.create_evaluation_id equals create_evaluation.id
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ namespace TodoAPI2.Models
|
|||||||
public int? theRound { get; set; }
|
public int? theRound { get; set; }
|
||||||
public decimal? limit_frame_quota { get; set; }
|
public decimal? limit_frame_quota { get; set; }
|
||||||
public string limit_quota { get; set; }
|
public string limit_quota { get; set; }
|
||||||
|
public decimal? decimal_limit_quota { get; set; }
|
||||||
public string command_no { get; set; }
|
public string command_no { get; set; }
|
||||||
public string theDate_text { get; set; }
|
public string theDate_text { get; set; }
|
||||||
public DateTime? theDate { get; set; }
|
public DateTime? theDate { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user