Commit c6cbe7c2 by 钟博

工作量配置显示问题

parent e6a68d46
...@@ -381,7 +381,7 @@ public bool DrugtypeDelete(DrugpropRequest request) ...@@ -381,7 +381,7 @@ public bool DrugtypeDelete(DrugpropRequest request)
/// <returns></returns> /// <returns></returns>
public List<cof_workitem> GetWorkItems(int allotId, int type) public List<cof_workitem> GetWorkItems(int allotId, int type)
{ {
var list = _workitemRepository.GetEntities(t => t.AllotID == allotId && t.Type == type); var list = _workitemRepository.GetEntities(t => t.AllotID == allotId);
return Mapper.Map<List<cof_workitem>>(list); return Mapper.Map<List<cof_workitem>>(list);
} }
......
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