@@ -4816,6 +4816,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
result.put("wcl", wcl);
result.put("zhhl", zhhl);
result.put("pcl", pcl);
+ result.put("lfbl", pcl);
return result;
}