huangxingxing 1 жил өмнө
parent
commit
016e1c5a9d

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