|
|
|
@ -90,7 +90,7 @@ public class BaseMaterialInfoServiceImpl implements IBaseMaterialInfoService {
|
|
|
|
.leftJoin(BaseMaterialType.class, BaseMaterialType::getMatrialTypeId, BaseMaterialInfo::getMaterialTypeId)
|
|
|
|
.leftJoin(BaseMaterialType.class, BaseMaterialType::getMatrialTypeId, BaseMaterialInfo::getMaterialTypeId)
|
|
|
|
|
|
|
|
|
|
|
|
//关联计量单位信息
|
|
|
|
//关联计量单位信息
|
|
|
|
.select(BaseMeasurementUnitInfo::getUnitName)
|
|
|
|
.selectAs(BaseMeasurementUnitInfo::getUnitName, BaseMaterialInfo::getMaterialUnit)
|
|
|
|
.leftJoin(BaseMeasurementUnitInfo.class, BaseMeasurementUnitInfo::getUnitId, BaseMaterialInfo::getMaterialUnitId)
|
|
|
|
.leftJoin(BaseMeasurementUnitInfo.class, BaseMeasurementUnitInfo::getUnitId, BaseMaterialInfo::getMaterialUnitId)
|
|
|
|
|
|
|
|
|
|
|
|
//关联物料大类信息(物料大类从字典改为了数据库表)
|
|
|
|
//关联物料大类信息(物料大类从字典改为了数据库表)
|
|
|
|
|