XiaoRuby
2023-09-11 e2c14ffb0a6237bb5c397f5d0baaa4fa70cfe3b0
inspect-server/src/main/java/com/yuanchu/mom/service/impl/RawInspectServiceImpl.java
@@ -106,8 +106,6 @@
    //根据检验单id查询原材料检验单详情
    @Override
    public Map<String, Object> selectRawInspectsListById(Integer id) {
        Map<String, Object> map = rawInspectMapper.selectRawInspectsListById(id);
        MyUtil.PrintLog(map.toString());
        return rawInspectMapper.selectRawInspectsListById(id);
    }