@@ -259,6 +259,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
}
syCostAllocation.setProcessUnitList(processUnitList);
+ //清空单号 不让它显示在查询框上
syCostAllocation.setPlanNum("");
return syCostAllocation;