|
@@ -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();
|