|
@@ -33,8 +33,8 @@ public class TMeasureThicknessServiceImpl implements ITMeasureThicknessService
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public Long selectByTagNo(String tagNo) {
|
|
|
- return this.tMeasureThicknessMapper.selectByTagNo(tagNo);
|
|
|
+ public Long selectByTagNo(String tagNo, String position) {
|
|
|
+ return this.tMeasureThicknessMapper.selectByTagNo(tagNo, position);
|
|
|
}
|
|
|
|
|
|
/**
|