Parcourir la source

徐明浩
特种设备-定点测厚-导入更新增加字段

徐明浩 il y a 3 ans
Parent
commit
f4beac6302

+ 2 - 2
master/src/main/java/com/ruoyi/project/sems/service/impl/TMeasureThicknessServiceImpl.java

@@ -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);
     }
 
     /**