소스 검색

监测点保存 存储巷道名称

huangxingxing 9 달 전
부모
커밋
4e073130df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/D10005Service.java

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/D10005Service.java

@@ -33,7 +33,7 @@ public class D10005Service extends D10005BaseModel implements ExecProcessFlow {
 		if(pipe==null){
 			throw new BusinessException("EB3100015");
 		}
-		String pname =pipe.getCode();
+		String pname =pipe.getName();
 		if(cid ==null||cid<=0 ){//添加
 			pdPidSite(checknodeDao, pid, (float) site);
 			DChecknode node =new DChecknode();