损失和贫化报表新增

This commit is contained in:
xvx 2025-05-05 12:30:50 +08:00
parent 4d2c9a2519
commit 8afa943305

View File

@ -49,7 +49,7 @@ public class DicekeMininglossServiceImpl extends ServiceImpl<DicekeMininglossMap
DicekePlatearea dp = dicekePlateareaService.getOne(queryWrapper); DicekePlatearea dp = dicekePlateareaService.getOne(queryWrapper);
*/ */
//平盘和电铲查找单独一个工具类使用次数多 //平盘和电铲查找是否单独一个工具类如果使用次数多
DicekePlatearea dp = dicekePlateareaMapper.selectOne( DicekePlatearea dp = dicekePlateareaMapper.selectOne(
new QueryWrapper<DicekePlatearea>().eq("plateRange", dicekeMininglossVo.getPlateRange()) new QueryWrapper<DicekePlatearea>().eq("plateRange", dicekeMininglossVo.getPlateRange())
); );
@ -81,7 +81,6 @@ public class DicekeMininglossServiceImpl extends ServiceImpl<DicekeMininglossMap
dml.setLossRate(dicekeMininglossVo.getLossRate()); dml.setLossRate(dicekeMininglossVo.getLossRate());
dml.setAllocationTon(dicekeMininglossVo.getAllocationTon()); dml.setAllocationTon(dicekeMininglossVo.getAllocationTon());
dicekeMininglossMapper.insert(dml); dicekeMininglossMapper.insert(dml);
//时间戳接收前端传还是后端获取
return 20000; return 20000;
} }