损失和贫化报表新增
This commit is contained in:
parent
4d2c9a2519
commit
8afa943305
@ -49,7 +49,7 @@ public class DicekeMininglossServiceImpl extends ServiceImpl<DicekeMininglossMap
|
||||
DicekePlatearea dp = dicekePlateareaService.getOne(queryWrapper);
|
||||
*/
|
||||
|
||||
//平盘和电铲查找单独一个工具类(使用次数多)
|
||||
//平盘和电铲查找是否单独一个工具类(如果使用次数多)
|
||||
DicekePlatearea dp = dicekePlateareaMapper.selectOne(
|
||||
new QueryWrapper<DicekePlatearea>().eq("plateRange", dicekeMininglossVo.getPlateRange())
|
||||
);
|
||||
@ -81,7 +81,6 @@ public class DicekeMininglossServiceImpl extends ServiceImpl<DicekeMininglossMap
|
||||
dml.setLossRate(dicekeMininglossVo.getLossRate());
|
||||
dml.setAllocationTon(dicekeMininglossVo.getAllocationTon());
|
||||
dicekeMininglossMapper.insert(dml);
|
||||
//时间戳接收前端传还是后端获取
|
||||
return 20000;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user