Commit 02e18942 by 钟博

删除废代码

parent 9bb57007
...@@ -671,10 +671,6 @@ public List<IssuedPromptResponse> IssuedPrompt(per_allot allot, AllotRequest req ...@@ -671,10 +671,6 @@ public List<IssuedPromptResponse> IssuedPrompt(per_allot allot, AllotRequest req
var status = new[] { 2, 3 }; var status = new[] { 2, 3 };
foreach (var item in secondList) foreach (var item in secondList)
{ {
if(item.Department=="耳鼻喉科")
{
}
var second = secondList?.FirstOrDefault(f => f.UnitType == item.UnitType && f.Department == item.Department); var second = secondList?.FirstOrDefault(f => f.UnitType == item.UnitType && f.Department == item.Department);
var isDiffer = (item.RealGiveFee ?? 0) != (item.PreRealGiveFee ?? 0); var isDiffer = (item.RealGiveFee ?? 0) != (item.PreRealGiveFee ?? 0);
......
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