瀏覽代碼

管道修改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);
 	}
 	
 	/**