소스 검색

管道修改BUG

huangxingxing 1 년 전
부모
커밋
016e1c5a9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/miniframe/bisiness/system/D10022Service.java

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

@@ -25,7 +25,7 @@ public class D10022Service extends D10022BaseModel implements ExecProcessFlow {
 		if(gas ==null){
 			throw new BusinessException("EB3100022");
 		}
-		gasMapper.delete(gas);
+		gasMapper.deleteByPrimaryKey(gid);
 	}
 	
 	/**